Struct Arg
Syntax
[Serializable]
public struct Arg
Fields
argType
Declaration
public Arg.ArgType argType
Field Value
boolValue
Declaration
Field Value
floatValue
Declaration
Field Value
intValue
Declaration
Field Value
objectValue
Declaration
public UnityEngine.Object objectValue
Field Value
| Type |
Description |
| UnityEngine.Object |
|
stringValue
Declaration
public string stringValue
Field Value
Methods
FromRealType(Type)
Declaration
public static Arg.ArgType FromRealType(Type type)
Parameters
| Type |
Name |
Description |
| Type |
type |
|
Returns
GetValue()
Declaration
Returns
GetValue(Arg.ArgType)
Declaration
public object GetValue(Arg.ArgType type)
Parameters
Returns
IsSupported(Type)
Declaration
public static bool IsSupported(Type type)
Parameters
| Type |
Name |
Description |
| Type |
type |
|
Returns
RealType(Arg.ArgType)
Declaration
public static Type RealType(Arg.ArgType type)
Parameters
Returns