Foo
method in Global.Basic
Methods
public void Foo(bool b, byte[] ba, float f, double d, byte by, short sh, char ch, int i, uint ui, long i64, ulong ui64, Quaternion q, string s, Vector2 v2, Vector3 v3, Color clr)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | b | |
| byte[] | ba | |
| float | f | |
| double | d | |
| byte | by | |
| short | sh | |
| char | ch | |
| int | i | |
| uint | ui | |
| long | i64 | |
| ulong | ui64 | |
| Quaternion | q | |
| string | s | |
| Vector2 | v2 | |
| Vector3 | v3 | |
| Color | clr |