Arbor 3: FSM & BT Graph Editor
3.7.8
|
Public Member Functions | |
Parameter | GetParameterFromIndex (int index) |
Get Parameter from index. More... | |
void | Refresh () |
Editor only More... | |
Parameter | AddParam (string name, Parameter.Type type) |
Add a parameter. More... | |
Parameter | GetParam (string name) |
Get the parameters from the name. More... | |
int | GetParamID (string name) |
Get the parameters ID from the name. More... | |
Parameter | GetParam (int id) |
Get the parameters from the ID. More... | |
void | DeleteParam (Parameter parameter) |
Delete a parameter. More... | |
void | DeleteParam (string name) |
Delete the parameters by name. More... | |
void | DeleteParam (int id) |
Delete the parameters by ID. More... | |
string | MakeUniqueName (string name) |
It generates a name that does not overlap. More... | |
bool | IsParameterType (string name, Parameter.Type type) |
Determine the type of parameter. More... | |
bool | IsParameterType (int id, Parameter.Type type) |
Determine the type of parameter. More... | |
Parameter | FindParameterContainsVariable (InternalVariableBase variable) |
Acquisition of parameters VariableBase belongs. More... | |
void | DestroySubComponents () |
Method to be used internally. More... | |
bool | SetAssetObject (string name, Object value) |
It wants to set the value of the AssetObject type. More... | |
bool | SetAssetObject (int id, Object value) |
It wants to set the value of the AssetObject type. More... | |
bool | TryGetAssetObject (string name, out Object value) |
Get the value of the AssetObject type. More... | |
bool | TryGetAssetObject (int id, out Object value) |
Get the value of the AssetObject type. More... | |
Object | GetAssetObject (string name, Object defaultValue=null) |
Get the value of the AssetObject type. More... | |
Object | GetAssetObject (int id, Object defaultValue=null) |
Get the value of the AssetObject type. More... | |
bool | SetAssetObject< TAssetObject > (string name, TAssetObject value) |
It wants to set the value of the AssetObject type. More... | |
bool | SetAssetObject< TAssetObject > (int id, TAssetObject value) |
It wants to set the value of the AssetObject type. More... | |
bool | TryGetAssetObject< TAssetObject > (string name, out TAssetObject value) |
Get the value of the AssetObject type. More... | |
bool | TryGetAssetObject< TAssetObject > (int id, out TAssetObject value) |
Get the value of the AssetObject type. More... | |
TAssetObject | GetAssetObject< TAssetObject > (string name, TAssetObject defaultValue=null) |
Get the value of the AssetObject type. More... | |
TAssetObject | GetAssetObject< TAssetObject > (int id, TAssetObject defaultValue=null) |
Get the value of the AssetObject type. More... | |
bool | SetAssetObjectList< TAssetObject > (string name, IList< TAssetObject > value) |
It wants to set the value of the AssetObjectList type. More... | |
bool | SetAssetObjectList< TAssetObject > (int id, IList< TAssetObject > value) |
It wants to set the value of the AssetObjectList type. More... | |
bool | TryGetAssetObjectList< TAssetObject > (string name, out IList< TAssetObject > value) |
Get the value of the AssetObjectList type. More... | |
bool | TryGetAssetObjectList< TAssetObject > (int id, out IList< TAssetObject > value) |
Get the value of the AssetObject type. More... | |
IList< TAssetObject > | GetAssetObjectList< TAssetObject > (int id) |
Get the value of the AssetObjectList type. More... | |
IList< TAssetObject > | GetAssetObjectList< TAssetObject > (string name) |
Get the value of the AssetObjectList type. More... | |
bool | SetBool (string name, bool value) |
It wants to set the value of the Bool type. More... | |
bool | SetBool (int id, bool value) |
It wants to set the value of the Bool type. More... | |
bool | TryGetBool (string name, out bool value) |
Get the value of the Bool type. More... | |
bool | TryGetBool (int id, out bool value) |
Get the value of the Bool type. More... | |
bool | GetBool (string name, bool defaultValue=false) |
Get the value of the Bool type. More... | |
bool | GetBool (int id, bool defaultValue=false) |
Get the value of the Bool type. More... | |
bool | GetBool (string name, out bool value) |
Get the value of the Bool type. More... | |
bool | GetBool (int id, out bool value) |
Get the value of the Bool type. More... | |
bool | SetBoolList (string name, IList< bool > value) |
It wants to set the value of the BoolList type. More... | |
bool | SetBoolList (int id, IList< bool > value) |
It wants to set the value of the BoolList type. More... | |
bool | TryGetBoolList (string name, out IList< bool > value) |
Get the value of the BoolList type. More... | |
bool | TryGetBoolList (int id, out IList< bool > value) |
Get the value of the BoolList type. More... | |
IList< bool > | GetBoolList (int id) |
Get the value of the BoolList type. More... | |
IList< bool > | GetBoolList (string name) |
Get the value of the BoolList type. More... | |
bool | SetBounds (string name, Bounds value) |
It wants to set the value of the Bounds type. More... | |
bool | SetBounds (int id, Bounds value) |
It wants to set the value of the Bounds type. More... | |
bool | TryGetBounds (string name, out Bounds value) |
Get the value of the Bounds type. More... | |
bool | TryGetBounds (int id, out Bounds value) |
Get the value of the Bounds type. More... | |
Bounds | GetBounds (string name, Bounds defaultValue) |
Get the value of the Bounds type. More... | |
Bounds | GetBounds (string name) |
Get the value of the Bounds type. More... | |
Bounds | GetBounds (int id, Bounds defaultValue) |
Get the value of the Bounds type. More... | |
Bounds | GetBounds (int id) |
Get the value of the Bounds type. More... | |
bool | GetBounds (string name, out Bounds value) |
Get the value of the Bounds type. More... | |
bool | GetBounds (int id, out Bounds value) |
Get the value of the Bounds type. More... | |
bool | SetBoundsList (string name, IList< Bounds > value) |
It wants to set the value of the BoundsList type. More... | |
bool | SetBoundsList (int id, IList< Bounds > value) |
It wants to set the value of the BoundsList type. More... | |
bool | TryGetBoundsList (string name, out IList< Bounds > value) |
Get the value of the BoundsList type. More... | |
bool | TryGetBoundsList (int id, out IList< Bounds > value) |
Get the value of the BoundsList type. More... | |
IList< Bounds > | GetBoundsList (int id) |
Get the value of the BoundsList type. More... | |
IList< Bounds > | GetBoundsList (string name) |
Get the value of the BoundsList type. More... | |
bool | SetColor (string name, Color value) |
It wants to set the value of the Color type. More... | |
bool | SetColor (int id, Color value) |
It wants to set the value of the Color type. More... | |
bool | TryGetColor (string name, out Color value) |
Get the value of the Color type. More... | |
bool | TryGetColor (int id, out Color value) |
Get the value of the Color type. More... | |
Color | GetColor (string name, Color defaultValue) |
Get the value of the Color type. More... | |
Color | GetColor (string name) |
Get the value of the Color type. More... | |
Color | GetColor (int id, Color defaultValue) |
Get the value of the Color type. More... | |
Color | GetColor (int id) |
Get the value of the Color type. More... | |
bool | GetColor (string name, out Color value) |
Get the value of the Color type. More... | |
bool | GetColor (int id, out Color value) |
Get the value of the Color type. More... | |
bool | SetColorList (string name, IList< Color > value) |
It wants to set the value of the ColorList type. More... | |
bool | SetColorList (int id, IList< Color > value) |
It wants to set the value of the ColorList type. More... | |
bool | TryGetColorList (string name, out IList< Color > value) |
Get the value of the ColorList type. More... | |
bool | TryGetColorList (int id, out IList< Color > value) |
Get the value of the ColorList type. More... | |
IList< Color > | GetColorList (int id) |
Get the value of the ColorList type. More... | |
IList< Color > | GetColorList (string name) |
Get the value of the ColorList type. More... | |
bool | SetComponent (string name, Component value) |
It wants to set the value of the Component type. More... | |
bool | SetComponent (int id, Component value) |
It wants to set the value of the Component type. More... | |
bool | TryGetComponent (string name, out Component value) |
Get the value of the Component type. More... | |
bool | TryGetComponent (int id, out Component value) |
Get the value of the Component type. More... | |
Component | GetComponent (string name, Component defaultValue=null) |
Get the value of the Component type. More... | |
Component | GetComponent (int id, Component defaultValue=null) |
Get the value of the Component type. More... | |
bool | SetComponent< TComponent > (string name, TComponent value) |
It wants to set the value of the Component type. More... | |
bool | SetComponent< TComponent > (int id, TComponent value) |
It wants to set the value of the Component type. More... | |
bool | TryGetComponent< TComponent > (string name, out TComponent value) |
Get the value of the Component type. More... | |
bool | TryGetComponent< TComponent > (int id, out TComponent value) |
Get the value of the Component type. More... | |
TComponent | GetComponent< TComponent > (string name, TComponent defaultValue=null) |
Get the value of the Component type. More... | |
TComponent | GetComponent< TComponent > (int id, TComponent defaultValue=null) |
Get the value of the Component type. More... | |
bool | SetComponentList< TComponent > (string name, IList< TComponent > value) |
It wants to set the value of the ComponentList type. More... | |
bool | SetComponentList< TComponent > (int id, IList< TComponent > value) |
It wants to set the value of the ComponentList type. More... | |
bool | TryGetComponentList< TComponent > (string name, out IList< TComponent > value) |
Get the value of the ComponentList type. More... | |
bool | TryGetComponentList< TComponent > (int id, out IList< TComponent > value) |
Get the value of the Component type. More... | |
IList< TComponent > | GetComponentList< TComponent > (int id) |
Get the value of the ComponentList type. More... | |
IList< TComponent > | GetComponentList< TComponent > (string name) |
Get the value of the ComponentList type. More... | |
bool | IsEnum (int id) |
It wants to set the value of the Enum type. More... | |
bool | IsEnum (string name) |
It wants to set the value of the Enum type. More... | |
bool | SetEnumInt (string name, int value) |
It wants to set the value of the Enum type. More... | |
bool | SetEnumInt (int id, int value) |
It wants to set the value of the Enum type. More... | |
bool | TryGetEnumInt (string name, out int value) |
Get the value of the Enum type. More... | |
bool | TryGetEnumInt (int id, out int value) |
Get the value of the Enum type. More... | |
int | GetEnumInt (string name, int defaultValue=default(int)) |
Get the value of the Enum type. More... | |
int | GetEnumInt (int id, int defaultValue=default(int)) |
Get the value of the Enum type. More... | |
bool | SetEnum (string name, System.Enum value) |
It wants to set the value of the Enum type. More... | |
bool | SetEnum (int id, System.Enum value) |
It wants to set the value of the Enum type. More... | |
bool | TryGetEnum (string name, out System.Enum value) |
Get the value of the Enum type. More... | |
bool | TryGetEnum (int id, out System.Enum value) |
Get the value of the Enum type. More... | |
System.Enum | GetEnum (string name, System.Enum defaultValue=null) |
Get the value of the Enum type. More... | |
System.Enum | GetEnum (int id, System.Enum defaultValue=null) |
Get the value of the Enum type. More... | |
bool | SetEnum< TEnum > (string name, TEnum value) |
It wants to set the value of the Enum type. More... | |
bool | SetEnum< TEnum > (int id, TEnum value) |
It wants to set the value of the Enum type. More... | |
bool | TryGetEnum< TEnum > (string name, out TEnum value) |
Get the value of the Enum type. More... | |
bool | TryGetEnum< TEnum > (int id, out TEnum value) |
Get the value of the Enum type. More... | |
TEnum | GetEnum< TEnum > (string name, TEnum defaultValue) |
Get the value of the Enum type. More... | |
TEnum | GetEnum< TEnum > (string name) |
Get the value of the Enum type. More... | |
TEnum | GetEnum< TEnum > (int id, TEnum defaultValue) |
Get the value of the Enum type. More... | |
TEnum | GetEnum< TEnum > (int id) |
Get the value of the Enum type. More... | |
bool | SetEnumList< TEnum > (string name, IList< TEnum > value) |
It wants to set the value of the EnumList type. More... | |
bool | SetEnumList< TEnum > (int id, IList< TEnum > value) |
It wants to set the value of the EnumList type. More... | |
bool | TryGetEnumList< TEnum > (string name, out IList< TEnum > value) |
Get the value of the EnumList type. More... | |
bool | TryGetEnumList< TEnum > (int id, out IList< TEnum > value) |
Get the value of the Enum type. More... | |
IList< TEnum > | GetEnumList< TEnum > (int id) |
Get the value of the EnumList type. More... | |
IList< TEnum > | GetEnumList< TEnum > (string name) |
Get the value of the EnumList type. More... | |
bool | SetFloat (string name, float value) |
It wants to set the value of the Float type. More... | |
bool | SetFloat (int id, float value) |
It wants to set the value of the Float type. More... | |
bool | TryGetFloat (string name, out float value) |
Get the value of the Float type. More... | |
bool | TryGetFloat (int id, out float value) |
Get the value of the Float type. More... | |
float | GetFloat (string name, float defaultValue=0.0f) |
Get the value of the Float type. More... | |
float | GetFloat (int id, float defaultValue=0.0f) |
Get the value of the Float type. More... | |
bool | GetFloat (string name, out float value) |
Get the value of the Float type. More... | |
bool | GetFloat (int id, out float value) |
Get the value of the Float type. More... | |
bool | SetFloatList (string name, IList< float > value) |
It wants to set the value of the FloatList type. More... | |
bool | SetFloatList (int id, IList< float > value) |
It wants to set the value of the FloatList type. More... | |
bool | TryGetFloatList (string name, out IList< float > value) |
Get the value of the FloatList type. More... | |
bool | TryGetFloatList (int id, out IList< float > value) |
Get the value of the FloatList type. More... | |
IList< float > | GetFloatList (int id) |
Get the value of the FloatList type. More... | |
IList< float > | GetFloatList (string name) |
Get the value of the FloatList type. More... | |
bool | SetGameObject (string name, GameObject value) |
It wants to set the value of the GameObject type. More... | |
bool | SetGameObject (int id, GameObject value) |
It wants to set the value of the GameObject type. More... | |
bool | TryGetGameObject (string name, out GameObject value) |
Get the value of the GameObject type. More... | |
bool | TryGetGameObject (int id, out GameObject value) |
Get the value of the GameObject type. More... | |
GameObject | GetGameObject (string name, GameObject defaultValue=null) |
Get the value of the GameObject type. More... | |
GameObject | GetGameObject (int id, GameObject defaultValue=null) |
Get the value of the GameObject type. More... | |
bool | GetGameObject (string name, out GameObject value) |
Get the value of the GameObject type. More... | |
bool | GetGameObject (int id, out GameObject value) |
Get the value of the GameObject type. More... | |
bool | SetGameObjectList (string name, IList< GameObject > value) |
It wants to set the value of the GameObjectList type. More... | |
bool | SetGameObjectList (int id, IList< GameObject > value) |
It wants to set the value of the GameObjectList type. More... | |
bool | TryGetGameObjectList (string name, out IList< GameObject > value) |
Get the value of the GameObjectList type. More... | |
bool | TryGetGameObjectList (int id, out IList< GameObject > value) |
Get the value of the GameObjectList type. More... | |
IList< GameObject > | GetGameObjectList (int id) |
Get the value of the GameObjectList type. More... | |
IList< GameObject > | GetGameObjectList (string name) |
Get the value of the GameObjectList type. More... | |
bool | SetInt (string name, int value) |
It wants to set the value of the Int type. More... | |
bool | SetInt (int id, int value) |
It wants to set the value of the Int type. More... | |
bool | TryGetInt (string name, out int value) |
Get the value of the Int type. More... | |
bool | TryGetInt (int id, out int value) |
Get the value of the Int type. More... | |
int | GetInt (int id, int defaultValue=0) |
Get the value of the Int type. More... | |
int | GetInt (string name, int defaultValue=0) |
Get the value of the Int type. More... | |
bool | GetInt (string name, out int value) |
Get the value of the Int type. More... | |
bool | GetInt (int id, out int value) |
Get the value of the Int type. More... | |
bool | SetIntList (string name, IList< int > value) |
It wants to set the value of the IntList type. More... | |
bool | SetIntList (int id, IList< int > value) |
It wants to set the value of the IntList type. More... | |
bool | TryGetIntList (string name, out IList< int > value) |
Get the value of the IntList type. More... | |
bool | TryGetIntList (int id, out IList< int > value) |
Get the value of the IntList type. More... | |
IList< int > | GetIntList (int id) |
Get the value of the IntList type. More... | |
IList< int > | GetIntList (string name) |
Get the value of the IntList type. More... | |
bool | SetLong (string name, long value) |
It wants to set the value of the Long type. More... | |
bool | SetLong (int id, long value) |
It wants to set the value of the Long type. More... | |
bool | TryGetLong (string name, out long value) |
Get the value of the Long type. More... | |
bool | TryGetLong (int id, out long value) |
Get the value of the Long type. More... | |
long | GetLong (string name, long defaultValue=0L) |
Get the value of the Long type. More... | |
long | GetLong (int id, long defaultValue=0L) |
Get the value of the Long type. More... | |
bool | GetLong (string name, out long value) |
Get the value of the Long type. More... | |
bool | GetLong (int id, out long value) |
Get the value of the Long type. More... | |
bool | SetLongList (string name, IList< long > value) |
It wants to set the value of the LongList type. More... | |
bool | SetLongList (int id, IList< long > value) |
It wants to set the value of the LongList type. More... | |
bool | TryGetLongList (string name, out IList< long > value) |
Get the value of the LongList type. More... | |
bool | TryGetLongList (int id, out IList< long > value) |
Get the value of the LongList type. More... | |
IList< long > | GetLongList (int id) |
Get the value of the LongList type. More... | |
IList< long > | GetLongList (string name) |
Get the value of the LongList type. More... | |
bool | SetQuaternion (string name, Quaternion value) |
It wants to set the value of the Quaternion type. More... | |
bool | SetQuaternion (int id, Quaternion value) |
It wants to set the value of the Quaternion type. More... | |
bool | TryGetQuaternion (string name, out Quaternion value) |
Get the value of the Quaternion type. More... | |
bool | TryGetQuaternion (int id, out Quaternion value) |
Get the value of the Quaternion type. More... | |
Quaternion | GetQuaternion (string name, Quaternion defaultValue) |
Get the value of the Quaternion type. More... | |
Quaternion | GetQuaternion (string name) |
Get the value of the Quaternion type. More... | |
Quaternion | GetQuaternion (int id, Quaternion defaultValue) |
Get the value of the Quaternion type. More... | |
Quaternion | GetQuaternion (int id) |
Get the value of the Quaternion type. More... | |
bool | GetQuaternion (string name, out Quaternion value) |
Get the value of the Quaternion type. More... | |
bool | GetQuaternion (int id, out Quaternion value) |
Get the value of the Quaternion type. More... | |
bool | SetQuaternionList (string name, IList< Quaternion > value) |
It wants to set the value of the QuaternionList type. More... | |
bool | SetQuaternionList (int id, IList< Quaternion > value) |
It wants to set the value of the QuaternionList type. More... | |
bool | TryGetQuaternionList (string name, out IList< Quaternion > value) |
Get the value of the QuaternionList type. More... | |
bool | TryGetQuaternionList (int id, out IList< Quaternion > value) |
Get the value of the QuaternionList type. More... | |
IList< Quaternion > | GetQuaternionList (int id) |
Get the value of the QuaternionList type. More... | |
IList< Quaternion > | GetQuaternionList (string name) |
Get the value of the QuaternionList type. More... | |
bool | SetRect (string name, Rect value) |
It wants to set the value of the Rect type. More... | |
bool | SetRect (int id, Rect value) |
It wants to set the value of the Rect type. More... | |
bool | TryGetRect (string name, out Rect value) |
Get the value of the Rect type. More... | |
bool | TryGetRect (int id, out Rect value) |
Get the value of the Rect type. More... | |
Rect | GetRect (string name, Rect defaultValue) |
Get the value of the Rect type. More... | |
Rect | GetRect (string name) |
Get the value of the Rect type. More... | |
Rect | GetRect (int id, Rect defaultValue) |
Get the value of the Rect type. More... | |
Rect | GetRect (int id) |
Get the value of the Rect type. More... | |
bool | GetRect (string name, out Rect value) |
Get the value of the Rect type. More... | |
bool | GetRect (int id, out Rect value) |
Get the value of the Rect type. More... | |
bool | SetRectList (string name, IList< Rect > value) |
It wants to set the value of the RectList type. More... | |
bool | SetRectList (int id, IList< Rect > value) |
It wants to set the value of the RectList type. More... | |
bool | TryGetRectList (string name, out IList< Rect > value) |
Get the value of the RectList type. More... | |
bool | TryGetRectList (int id, out IList< Rect > value) |
Get the value of the RectList type. More... | |
IList< Rect > | GetRectList (int id) |
Get the value of the RectList type. More... | |
IList< Rect > | GetRectList (string name) |
Get the value of the RectList type. More... | |
bool | SetRectTransform (string name, RectTransform value) |
It wants to set the value of the RectTransform type. More... | |
bool | SetRectTransform (int id, RectTransform value) |
It wants to set the value of the RectTransform type. More... | |
bool | TryGetRectTransform (string name, out RectTransform value) |
Get the value of the RectTransform type. More... | |
bool | TryGetRectTransform (int id, out RectTransform value) |
Get the value of the RectTransform type. More... | |
RectTransform | GetRectTransform (string name, RectTransform defaultValue=null) |
Get the value of the RectTransform type. More... | |
RectTransform | GetRectTransform (int id, RectTransform defaultValue=null) |
Get the value of the RectTransform type. More... | |
bool | GetRectTransform (string name, out RectTransform value) |
Get the value of the RectTransform type. More... | |
bool | GetRectTransform (int id, out RectTransform value) |
Get the value of the RectTransform type. More... | |
bool | SetRigidbody (string name, Rigidbody value) |
It wants to set the value of the Rigidbody type. More... | |
bool | SetRigidbody (int id, Rigidbody value) |
It wants to set the value of the Rigidbody type. More... | |
bool | TryGetRigidbody (string name, out Rigidbody value) |
Get the value of the Rigidbody type. More... | |
bool | TryGetRigidbody (int id, out Rigidbody value) |
Get the value of the Rigidbody type. More... | |
Rigidbody | GetRigidbody (string name, Rigidbody defaultValue=null) |
Get the value of the Rigidbody type. More... | |
Rigidbody | GetRigidbody (int id, Rigidbody defaultValue=null) |
Get the value of the Rigidbody type. More... | |
bool | GetRigidbody (string name, out Rigidbody value) |
Get the value of the Rigidbody type. More... | |
bool | GetRigidbody (int id, out Rigidbody value) |
Get the value of the Rigidbody type. More... | |
bool | SetRigidbody2D (string name, Rigidbody2D value) |
It wants to set the value of the Rigidbody2D type. More... | |
bool | SetRigidbody2D (int id, Rigidbody2D value) |
It wants to set the value of the Rigidbody2D type. More... | |
bool | TryGetRigidbody2D (string name, out Rigidbody2D value) |
Get the value of the Rigidbody2D type. More... | |
bool | TryGetRigidbody2D (int id, out Rigidbody2D value) |
Get the value of the Rigidbody2D type. More... | |
Rigidbody2D | GetRigidbody2D (string name, Rigidbody2D defaultValue=null) |
Get the value of the Rigidbody2D type. More... | |
Rigidbody2D | GetRigidbody2D (int id, Rigidbody2D defaultValue=null) |
Get the value of the Rigidbody2D type. More... | |
bool | GetRigidbody2D (string name, out Rigidbody2D value) |
Get the value of the Rigidbody2D type. More... | |
bool | GetRigidbody2D (int id, out Rigidbody2D value) |
Get the value of the Rigidbody2D type. More... | |
bool | SetString (string name, string value) |
It wants to set the value of the String type. More... | |
bool | SetString (int id, string value) |
It wants to set the value of the String type. More... | |
bool | TryGetString (string name, out string value) |
Get the value of the String type. More... | |
bool | TryGetString (int id, out string value) |
Get the value of the String type. More... | |
string | GetString (string name, string defaultValue="") |
Get the value of the String type. More... | |
string | GetString (int id, string defaultValue="") |
Get the value of the String type. More... | |
bool | GetString (string name, out string value) |
Get the value of the String type. More... | |
bool | GetString (int id, out string value) |
Get the value of the String type. More... | |
bool | SetStringList (string name, IList< string > value) |
It wants to set the value of the StringList type. More... | |
bool | SetStringList (int id, IList< string > value) |
It wants to set the value of the StringList type. More... | |
bool | TryGetStringList (string name, out IList< string > value) |
Get the value of the StringList type. More... | |
bool | TryGetStringList (int id, out IList< string > value) |
Get the value of the StringList type. More... | |
IList< string > | GetStringList (int id) |
Get the value of the StringList type. More... | |
IList< string > | GetStringList (string name) |
Get the value of the StringList type. More... | |
bool | SetTransform (string name, Transform value) |
It wants to set the value of the Transform type. More... | |
bool | SetTransform (int id, Transform value) |
It wants to set the value of the Transform type. More... | |
bool | TryGetTransform (string name, out Transform value) |
Get the value of the Transform type. More... | |
bool | TryGetTransform (int id, out Transform value) |
Get the value of the Transform type. More... | |
Transform | GetTransform (string name, Transform defaultValue=null) |
Get the value of the Transform type. More... | |
Transform | GetTransform (int id, Transform defaultValue=null) |
Get the value of the Transform type. More... | |
bool | GetTransform (string name, out Transform value) |
Get the value of the Transform type. More... | |
bool | GetTransform (int id, out Transform value) |
Get the value of the Transform type. More... | |
bool | SetVariable (string name, object value) |
It wants to set the value of Variable. More... | |
bool | SetVariable (int id, object value) |
It wants to set the value of Variable. More... | |
bool | TryGetVariable (string name, out object value) |
Get the value of Variable. More... | |
bool | TryGetVariable (int id, out object value) |
Get the value of Variable. More... | |
object | GetVariable (string name, object defaultValue=null) |
Get the value of Variable. More... | |
object | GetVariable (int id, object defaultValue=null) |
Get the value of Variable. More... | |
bool | SetVariable< TVariable > (string name, TVariable value) |
It wants to set the value of Variable. More... | |
bool | SetVariable< TVariable > (int id, TVariable value) |
It wants to set the value of Variable. More... | |
bool | TryGetVariable< TVariable > (string name, out TVariable value) |
Get the value of Variable. More... | |
bool | TryGetVariable< TVariable > (int id, out TVariable value) |
Get the value of Variable. More... | |
TVariable | GetVariable< TVariable > (string name, TVariable defaultValue=default(TVariable)) |
Get the value of Variable. More... | |
TVariable | GetVariable< TVariable > (int id, TVariable defaultValue=default(TVariable)) |
Get the value of Variable. More... | |
bool | SetVariableList (string name, object value) |
It wants to set the value of VariableList. More... | |
bool | SetVariableList (int id, object value) |
It wants to set the value of VariableList. More... | |
bool | TryGetVariableList (string name, out object value) |
Get the value of VariableList. More... | |
bool | TryGetVariableList (int id, out object value) |
Get the value of VariableList. More... | |
object | GetVariableList (string name, object defaultValue=null) |
Get the value of VariableList. More... | |
object | GetVariableList (int id, object defaultValue=null) |
Get the value of VariableList. More... | |
bool | SetVariableList< TVariable > (string name, IList< TVariable > value) |
It wants to set the value of Variable. More... | |
bool | SetVariableList< TVariable > (int id, IList< TVariable > value) |
It wants to set the value of VariableList. More... | |
bool | TryGetVariableList< TVariable > (string name, out IList< TVariable > value) |
Get the value of VariableList. More... | |
bool | TryGetVariableList< TVariable > (int id, out IList< TVariable > value) |
Get the value of VariableList. More... | |
IList< TVariable > | GetVariableList< TVariable > (string name) |
Get the value of VariableList. More... | |
IList< TVariable > | GetVariableList< TVariable > (int id) |
Get the value of VariableList. More... | |
bool | SetVector2 (string name, Vector2 value) |
It wants to set the value of the Vector2 type. More... | |
bool | SetVector2 (int id, Vector2 value) |
It wants to set the value of the Vector2 type. More... | |
bool | TryGetVector2 (string name, out Vector2 value) |
Get the value of the Vector2 type. More... | |
bool | TryGetVector2 (int id, out Vector2 value) |
Get the value of the Vector2 type. More... | |
Vector2 | GetVector2 (string name, Vector2 defaultValue) |
Get the value of the Vector2 type. More... | |
Vector2 | GetVector2 (string name) |
Get the value of the Vector2 type. More... | |
Vector2 | GetVector2 (int id, Vector2 defaultValue) |
Get the value of the Vector2 type. More... | |
Vector2 | GetVector2 (int id) |
Get the value of the Vector2 type. More... | |
bool | GetVector2 (string name, out Vector2 value) |
Get the value of the Vector2 type. More... | |
bool | GetVector2 (int id, out Vector2 value) |
Get the value of the Vector2 type. More... | |
bool | SetVector2List (string name, IList< Vector2 > value) |
It wants to set the value of the Vector2List type. More... | |
bool | SetVector2List (int id, IList< Vector2 > value) |
It wants to set the value of the Vector2List type. More... | |
bool | TryGetVector2List (string name, out IList< Vector2 > value) |
Get the value of the Vector2List type. More... | |
bool | TryGetVector2List (int id, out IList< Vector2 > value) |
Get the value of the Vector2List type. More... | |
IList< Vector2 > | GetVector2List (int id) |
Get the value of the Vector2List type. More... | |
IList< Vector2 > | GetVector2List (string name) |
Get the value of the Vector2List type. More... | |
bool | SetVector3 (string name, Vector3 value) |
It wants to set the value of the Vector3 type. More... | |
bool | SetVector3 (int id, Vector3 value) |
It wants to set the value of the Vector3 type. More... | |
bool | TryGetVector3 (string name, out Vector3 value) |
Get the value of the Vector3 type. More... | |
bool | TryGetVector3 (int id, out Vector3 value) |
Get the value of the Vector3 type. More... | |
Vector3 | GetVector3 (string name, Vector3 defaultValue) |
Get the value of the Vector3 type. More... | |
Vector3 | GetVector3 (string name) |
Get the value of the Vector3 type. More... | |
Vector3 | GetVector3 (int id, Vector3 defaultValue) |
Get the value of the Vector3 type. More... | |
Vector3 | GetVector3 (int id) |
Get the value of the Vector3 type. More... | |
bool | GetVector3 (string name, out Vector3 value) |
Get the value of the Vector3 type. More... | |
bool | GetVector3 (int id, out Vector3 value) |
Get the value of the Vector3 type. More... | |
bool | SetVector3List (string name, IList< Vector3 > value) |
It wants to set the value of the Vector3List type. More... | |
bool | SetVector3List (int id, IList< Vector3 > value) |
It wants to set the value of the Vector3List type. More... | |
bool | TryGetVector3List (string name, out IList< Vector3 > value) |
Get the value of the Vector3List type. More... | |
bool | TryGetVector3List (int id, out IList< Vector3 > value) |
Get the value of the Vector3List type. More... | |
IList< Vector3 > | GetVector3List (int id) |
Get the value of the Vector3List type. More... | |
IList< Vector3 > | GetVector3List (string name) |
Get the value of the Vector3List type. More... | |
Static Public Member Functions | |
static ParameterContainerInternal | Create (GameObject gameObject, System.Type type) |
Create ParameterContainer. More... | |
static ParameterContainerInternal | Create (GameObject gameObject, System.Type type, Object owner) |
Create ParameterContainer. More... | |
static void | Destroy (ParameterContainerInternal parameterContainer) |
Destroy ParameterContainerInternal More... | |
Properties | |
Object | owner [get, set] |
Object own this ParameterContainer More... | |
Parameter[] | parameters [get] |
Get an array of parameters. More... | |
int | parameterCount [get] |
Get a count of Parameter. More... | |
bool | isDeserialized [get] |
Returns whether or not deserialization has been done. More... | |
Properties inherited from ParameterContainerBase | |
ParameterContainerInternal | container [get] |
It returns the ParameterContainer entity. More... | |
ParameterContainerInternal | defaultContainer [get] |
It returns the original ParameterContainer. More... | |
Events | |
System.Action | onAfterDeserialize |
Callback after deserialization More... | |
Is used by attaching to GameObject.
Parameter AddParam | ( | string | name, |
Parameter.Type | type | ||
) |
Add a parameter.
name | Name. It is changed to a unique name if the name had been duplicated. |
type | Type. |
|
static |
Create ParameterContainer.
gameObject | The GameObject to add to |
type | ParameterContainer type |
|
static |
Create ParameterContainer.
gameObject | The GameObject to add to |
type | ParameterContainer type |
owner | Owner |
void DeleteParam | ( | int | id | ) |
Delete the parameters by ID.
id | ID. |
void DeleteParam | ( | string | name | ) |
Delete the parameters by name.
name | Name. |
|
static |
Destroy ParameterContainerInternal
parameterContainer | ParameterContainerInternal |
void DestroySubComponents | ( | ) |
Method to be used internally.
In particular there is no need to call.
Parameter FindParameterContainsVariable | ( | InternalVariableBase | variable | ) |
Acquisition of parameters VariableBase belongs.
variable | VariableBase |
Object GetAssetObject | ( | int | id, |
Object | defaultValue = null |
||
) |
Get the value of the AssetObject type.
id | ID. |
defaultValue | Default value. It is returned when there is no parameter. |
Object GetAssetObject | ( | string | name, |
Object | defaultValue = null |
||
) |
Get the value of the AssetObject type.
name | Name. |
defaultValue | Default value. It is returned when there is no parameter. |
TAssetObject GetAssetObject< TAssetObject > | ( | int | id, |
TAssetObject | defaultValue = null |
||
) |
Get the value of the AssetObject type.
id | ID. |
defaultValue | Default value. It is returned when there is no parameter. |
TAssetObject | : | Object |
TAssetObject GetAssetObject< TAssetObject > | ( | string | name, |
TAssetObject | defaultValue = null |
||
) |
Get the value of the AssetObject type.
name | Name. |
defaultValue | Default value. It is returned when there is no parameter. |
TAssetObject | : | Object |
IList<TAssetObject> GetAssetObjectList< TAssetObject > | ( | int | id | ) |
Get the value of the AssetObjectList type.
id | ID. |
TAssetObject | : | Object |
IList<TAssetObject> GetAssetObjectList< TAssetObject > | ( | string | name | ) |
Get the value of the AssetObjectList type.
name | Name. |
TAssetObject | : | Object |
bool GetBool | ( | int | id, |
bool | defaultValue = false |
||
) |
Get the value of the Bool type.
id | ID. |
defaultValue | Default value. It is returned when there is no parameter. |
bool GetBool | ( | int | id, |
out bool | value | ||
) |
Get the value of the Bool type.
id | ID. |
value | Value. |
bool GetBool | ( | string | name, |
bool | defaultValue = false |
||
) |
Get the value of the Bool type.
name | Name. |
defaultValue | Default value. It is returned when there is no parameter. |
bool GetBool | ( | string | name, |
out bool | value | ||
) |
Get the value of the Bool type.
name | Name. |
value | Value. |
IList<bool> GetBoolList | ( | int | id | ) |
Get the value of the BoolList type.
id | ID. |
IList<bool> GetBoolList | ( | string | name | ) |
Get the value of the BoolList type.
name | Name. |
Bounds GetBounds | ( | int | id | ) |
Get the value of the Bounds type.
id | ID. |
Bounds GetBounds | ( | int | id, |
Bounds | defaultValue | ||
) |
Get the value of the Bounds type.
id | ID. |
defaultValue | Default value. It is returned when there is no parameter. |
bool GetBounds | ( | int | id, |
out Bounds | value | ||
) |
Get the value of the Bounds type.
id | ID. |
value | The value you get. |
Bounds GetBounds | ( | string | name | ) |
Get the value of the Bounds type.
name | Name. |
Bounds GetBounds | ( | string | name, |
Bounds | defaultValue | ||
) |
Get the value of the Bounds type.
name | Name. |
defaultValue | Default value. It is returned when there is no parameter. |
bool GetBounds | ( | string | name, |
out Bounds | value | ||
) |
Get the value of the Bounds type.
name | Name. |
value | The value you get. |
IList<Bounds> GetBoundsList | ( | int | id | ) |
Get the value of the BoundsList type.
id | ID. |
IList<Bounds> GetBoundsList | ( | string | name | ) |
Get the value of the BoundsList type.
name | Name. |
Color GetColor | ( | int | id | ) |
Get the value of the Color type.
id | ID. |
Color GetColor | ( | int | id, |
Color | defaultValue | ||
) |
Get the value of the Color type.
id | ID. |
defaultValue | Default value. It is returned when there is no parameter. |
bool GetColor | ( | int | id, |
out Color | value | ||
) |
Get the value of the Color type.
id | ID. |
value | The value you get. |
Color GetColor | ( | string | name | ) |
Get the value of the Color type.
name | Name. |
Color GetColor | ( | string | name, |
Color | defaultValue | ||
) |
Get the value of the Color type.
name | Name. |
defaultValue | Default value. It is returned when there is no parameter. |
bool GetColor | ( | string | name, |
out Color | value | ||
) |
Get the value of the Color type.
name | Name. |
value | The value you get. |
IList<Color> GetColorList | ( | int | id | ) |
Get the value of the ColorList type.
id | ID. |
IList<Color> GetColorList | ( | string | name | ) |
Get the value of the ColorList type.
name | Name. |
Component GetComponent | ( | int | id, |
Component | defaultValue = null |
||
) |
Get the value of the Component type.
id | ID. |
defaultValue | Default value. It is returned when there is no parameter. |
Component GetComponent | ( | string | name, |
Component | defaultValue = null |
||
) |
Get the value of the Component type.
name | Name. |
defaultValue | Default value. It is returned when there is no parameter. |
TComponent GetComponent< TComponent > | ( | int | id, |
TComponent | defaultValue = null |
||
) |
Get the value of the Component type.
id | ID. |
defaultValue | Default value. It is returned when there is no parameter. |
TComponent | : | Component |
TComponent GetComponent< TComponent > | ( | string | name, |
TComponent | defaultValue = null |
||
) |
Get the value of the Component type.
name | Name. |
defaultValue | Default value. It is returned when there is no parameter. |
TComponent | : | Component |
IList<TComponent> GetComponentList< TComponent > | ( | int | id | ) |
Get the value of the ComponentList type.
id | ID. |
TComponent | : | Component |
IList<TComponent> GetComponentList< TComponent > | ( | string | name | ) |
Get the value of the ComponentList type.
name | Name. |
TComponent | : | Component |
System.Enum GetEnum | ( | int | id, |
System.Enum | defaultValue = null |
||
) |
Get the value of the Enum type.
id | ID. |
defaultValue | Default value. It is returned when there is no parameter. |
System.Enum GetEnum | ( | string | name, |
System.Enum | defaultValue = null |
||
) |
Get the value of the Enum type.
name | Name. |
defaultValue | Default value. It is returned when there is no parameter. |
TEnum GetEnum< TEnum > | ( | int | id | ) |
Get the value of the Enum type.
id | ID. |
TEnum | : | struct |
TEnum GetEnum< TEnum > | ( | int | id, |
TEnum | defaultValue | ||
) |
Get the value of the Enum type.
id | ID. |
defaultValue | Default value. It is returned when there is no parameter. |
TEnum | : | struct |
TEnum GetEnum< TEnum > | ( | string | name | ) |
Get the value of the Enum type.
name | Name. |
TEnum | : | struct |
TEnum GetEnum< TEnum > | ( | string | name, |
TEnum | defaultValue | ||
) |
Get the value of the Enum type.
name | Name. |
defaultValue | Default value. It is returned when there is no parameter. |
TEnum | : | struct |
int GetEnumInt | ( | int | id, |
int | defaultValue = default(int) |
||
) |
Get the value of the Enum type.
id | ID. |
defaultValue | Default value. It is returned when there is no parameter. |
int GetEnumInt | ( | string | name, |
int | defaultValue = default(int) |
||
) |
Get the value of the Enum type.
name | Name. |
defaultValue | Default value. It is returned when there is no parameter. |
IList<TEnum> GetEnumList< TEnum > | ( | int | id | ) |
Get the value of the EnumList type.
id | ID. |
TEnum | : | struct |
IList<TEnum> GetEnumList< TEnum > | ( | string | name | ) |
Get the value of the EnumList type.
name | Name. |
TEnum | : | struct |
float GetFloat | ( | int | id, |
float | defaultValue = 0.0f |
||
) |
Get the value of the Float type.
id | ID. |
defaultValue | Default value. It is returned when there is no parameter. |
bool GetFloat | ( | int | id, |
out float | value | ||
) |
Get the value of the Float type.
id | ID. |
value | The value you get. |
float GetFloat | ( | string | name, |
float | defaultValue = 0.0f |
||
) |
Get the value of the Float type.
name | Name. |
defaultValue | Default value. It is returned when there is no parameter. |
bool GetFloat | ( | string | name, |
out float | value | ||
) |
Get the value of the Float type.
name | Name. |
value | The value you get. |
IList<float> GetFloatList | ( | int | id | ) |
Get the value of the FloatList type.
id | ID. |
IList<float> GetFloatList | ( | string | name | ) |
Get the value of the FloatList type.
name | Name. |
GameObject GetGameObject | ( | int | id, |
GameObject | defaultValue = null |
||
) |
Get the value of the GameObject type.
id | ID. |
defaultValue | Default value. It is returned when there is no parameter. |
bool GetGameObject | ( | int | id, |
out GameObject | value | ||
) |
Get the value of the GameObject type.
id | ID. |
value | The value you get. |
GameObject GetGameObject | ( | string | name, |
GameObject | defaultValue = null |
||
) |
Get the value of the GameObject type.
name | Name. |
defaultValue | Default value. It is returned when there is no parameter. |
bool GetGameObject | ( | string | name, |
out GameObject | value | ||
) |
Get the value of the GameObject type.
name | Name. |
value | The value you get. |
IList<GameObject> GetGameObjectList | ( | int | id | ) |
Get the value of the GameObjectList type.
id | ID. |
IList<GameObject> GetGameObjectList | ( | string | name | ) |
Get the value of the GameObjectList type.
name | Name. |
int GetInt | ( | int | id, |
int | defaultValue = 0 |
||
) |
Get the value of the Int type.
id | ID. |
defaultValue | Default value. It is returned when there is no parameter. |
bool GetInt | ( | int | id, |
out int | value | ||
) |
Get the value of the Int type.
id | ID. |
value | Value. |
int GetInt | ( | string | name, |
int | defaultValue = 0 |
||
) |
Get the value of the Int type.
name | Name. |
defaultValue | Default value. It is returned when there is no parameter. |
bool GetInt | ( | string | name, |
out int | value | ||
) |
Get the value of the Int type.
name | Name. |
value | Value. |
IList<int> GetIntList | ( | int | id | ) |
Get the value of the IntList type.
id | ID. |
IList<int> GetIntList | ( | string | name | ) |
Get the value of the IntList type.
name | Name. |
long GetLong | ( | int | id, |
long | defaultValue = 0L |
||
) |
Get the value of the Long type.
id | ID. |
defaultValue | Default value. It is returned when there is no parameter. |
bool GetLong | ( | int | id, |
out long | value | ||
) |
Get the value of the Long type.
id | ID. |
value | Value. |
long GetLong | ( | string | name, |
long | defaultValue = 0L |
||
) |
Get the value of the Long type.
name | Name. |
defaultValue | Default value. It is returned when there is no parameter. |
bool GetLong | ( | string | name, |
out long | value | ||
) |
Get the value of the Long type.
name | Name. |
value | Value. |
IList<long> GetLongList | ( | int | id | ) |
Get the value of the LongList type.
id | ID. |
IList<long> GetLongList | ( | string | name | ) |
Get the value of the LongList type.
name | Name. |
Parameter GetParam | ( | int | id | ) |
Get the parameters from the ID.
id | ID. |
Parameter GetParam | ( | string | name | ) |
Get the parameters from the name.
name | Name. |
Parameter GetParameterFromIndex | ( | int | index | ) |
int GetParamID | ( | string | name | ) |
Get the parameters ID from the name.
name | Name. |
Quaternion GetQuaternion | ( | int | id | ) |
Get the value of the Quaternion type.
id | ID. |
bool GetQuaternion | ( | int | id, |
out Quaternion | value | ||
) |
Get the value of the Quaternion type.
id | ID. |
value | The value you get. |
Quaternion GetQuaternion | ( | int | id, |
Quaternion | defaultValue | ||
) |
Get the value of the Quaternion type.
id | ID. |
defaultValue | Default value. It is returned when there is no parameter. |
Quaternion GetQuaternion | ( | string | name | ) |
Get the value of the Quaternion type.
name | Name. |
bool GetQuaternion | ( | string | name, |
out Quaternion | value | ||
) |
Get the value of the Quaternion type.
name | Name. |
value | The value you get. |
Quaternion GetQuaternion | ( | string | name, |
Quaternion | defaultValue | ||
) |
Get the value of the Quaternion type.
name | Name. |
defaultValue | Default value. It is returned when there is no parameter. |
IList<Quaternion> GetQuaternionList | ( | int | id | ) |
Get the value of the QuaternionList type.
id | ID. |
IList<Quaternion> GetQuaternionList | ( | string | name | ) |
Get the value of the QuaternionList type.
name | Name. |
Rect GetRect | ( | int | id | ) |
Get the value of the Rect type.
id | ID. |
bool GetRect | ( | int | id, |
out Rect | value | ||
) |
Get the value of the Rect type.
id | ID. |
value | The value you get. |
Rect GetRect | ( | int | id, |
Rect | defaultValue | ||
) |
Get the value of the Rect type.
id | ID. |
defaultValue | Default value. It is returned when there is no parameter. |
Rect GetRect | ( | string | name | ) |
Get the value of the Rect type.
name | Name. |
bool GetRect | ( | string | name, |
out Rect | value | ||
) |
Get the value of the Rect type.
name | Name. |
value | The value you get. |
Rect GetRect | ( | string | name, |
Rect | defaultValue | ||
) |
Get the value of the Rect type.
name | Name. |
defaultValue | Default value. It is returned when there is no parameter. |
IList<Rect> GetRectList | ( | int | id | ) |
Get the value of the RectList type.
id | ID. |
IList<Rect> GetRectList | ( | string | name | ) |
Get the value of the RectList type.
name | Name. |
bool GetRectTransform | ( | int | id, |
out RectTransform | value | ||
) |
Get the value of the RectTransform type.
id | ID. |
value | The value you get. |
RectTransform GetRectTransform | ( | int | id, |
RectTransform | defaultValue = null |
||
) |
Get the value of the RectTransform type.
id | ID. |
defaultValue | Default value. It is returned when there is no parameter. |
bool GetRectTransform | ( | string | name, |
out RectTransform | value | ||
) |
Get the value of the RectTransform type.
name | Name. |
value | The value you get. |
RectTransform GetRectTransform | ( | string | name, |
RectTransform | defaultValue = null |
||
) |
Get the value of the RectTransform type.
name | Name. |
defaultValue | Default value. It is returned when there is no parameter. |
bool GetRigidbody | ( | int | id, |
out Rigidbody | value | ||
) |
Get the value of the Rigidbody type.
id | ID. |
value | The value you get. |
Rigidbody GetRigidbody | ( | int | id, |
Rigidbody | defaultValue = null |
||
) |
Get the value of the Rigidbody type.
id | ID. |
defaultValue | Default value. It is returned when there is no parameter. |
bool GetRigidbody | ( | string | name, |
out Rigidbody | value | ||
) |
Get the value of the Rigidbody type.
name | Name. |
value | The value you get. |
Rigidbody GetRigidbody | ( | string | name, |
Rigidbody | defaultValue = null |
||
) |
Get the value of the Rigidbody type.
name | Name. |
defaultValue | Default value. It is returned when there is no parameter. |
bool GetRigidbody2D | ( | int | id, |
out Rigidbody2D | value | ||
) |
Get the value of the Rigidbody2D type.
id | ID. |
value | The value you get. |
Rigidbody2D GetRigidbody2D | ( | int | id, |
Rigidbody2D | defaultValue = null |
||
) |
Get the value of the Rigidbody2D type.
id | ID. |
defaultValue | Default value. It is returned when there is no parameter. |
bool GetRigidbody2D | ( | string | name, |
out Rigidbody2D | value | ||
) |
Get the value of the Rigidbody2D type.
name | Name. |
value | The value you get. |
Rigidbody2D GetRigidbody2D | ( | string | name, |
Rigidbody2D | defaultValue = null |
||
) |
Get the value of the Rigidbody2D type.
name | Name. |
defaultValue | Default value. It is returned when there is no parameter. |
bool GetString | ( | int | id, |
out string | value | ||
) |
Get the value of the String type.
id | ID. |
value | Value. |
string GetString | ( | int | id, |
string | defaultValue = "" |
||
) |
Get the value of the String type.
id | ID. |
defaultValue | Default value. It is returned when there is no parameter. |
bool GetString | ( | string | name, |
out string | value | ||
) |
Get the value of the String type.
name | Name. |
value | Value. |
string GetString | ( | string | name, |
string | defaultValue = "" |
||
) |
Get the value of the String type.
name | Name. |
defaultValue | Default value. It is returned when there is no parameter. |
IList<string> GetStringList | ( | int | id | ) |
Get the value of the StringList type.
id | ID. |
IList<string> GetStringList | ( | string | name | ) |
Get the value of the StringList type.
name | Name. |
bool GetTransform | ( | int | id, |
out Transform | value | ||
) |
Get the value of the Transform type.
id | ID. |
value | The value you get. |
Transform GetTransform | ( | int | id, |
Transform | defaultValue = null |
||
) |
Get the value of the Transform type.
id | ID. |
defaultValue | Default value. It is returned when there is no parameter. |
bool GetTransform | ( | string | name, |
out Transform | value | ||
) |
Get the value of the Transform type.
name | Name. |
value | The value you get. |
Transform GetTransform | ( | string | name, |
Transform | defaultValue = null |
||
) |
Get the value of the Transform type.
name | Name. |
defaultValue | Default value. It is returned when there is no parameter. |
object GetVariable | ( | int | id, |
object | defaultValue = null |
||
) |
Get the value of Variable.
id | ID. |
defaultValue | Default value. It is returned when there is no parameter. |
object GetVariable | ( | string | name, |
object | defaultValue = null |
||
) |
Get the value of Variable.
name | Name. |
defaultValue | Default value. It is returned when there is no parameter. |
TVariable GetVariable< TVariable > | ( | int | id, |
TVariable | defaultValue = default(TVariable) |
||
) |
Get the value of Variable.
id | ID. |
defaultValue | Default value. It is returned when there is no parameter. |
TVariable GetVariable< TVariable > | ( | string | name, |
TVariable | defaultValue = default(TVariable) |
||
) |
Get the value of Variable.
name | Name. |
defaultValue | Default value. It is returned when there is no parameter. |
object GetVariableList | ( | int | id, |
object | defaultValue = null |
||
) |
Get the value of VariableList.
id | ID. |
defaultValue | Default value. It is returned when there is no parameter. |
object GetVariableList | ( | string | name, |
object | defaultValue = null |
||
) |
Get the value of VariableList.
name | Name. |
defaultValue | Default value. It is returned when there is no parameter. |
IList<TVariable> GetVariableList< TVariable > | ( | int | id | ) |
Get the value of VariableList.
id | ID. |
IList<TVariable> GetVariableList< TVariable > | ( | string | name | ) |
Get the value of VariableList.
name | Name. |
Vector2 GetVector2 | ( | int | id | ) |
Get the value of the Vector2 type.
id | ID. |
bool GetVector2 | ( | int | id, |
out Vector2 | value | ||
) |
Get the value of the Vector2 type.
id | ID. |
value | The value you get. |
Vector2 GetVector2 | ( | int | id, |
Vector2 | defaultValue | ||
) |
Get the value of the Vector2 type.
id | ID. |
defaultValue | Default value. It is returned when there is no parameter. |
Vector2 GetVector2 | ( | string | name | ) |
Get the value of the Vector2 type.
name | Name. |
bool GetVector2 | ( | string | name, |
out Vector2 | value | ||
) |
Get the value of the Vector2 type.
name | Name. |
value | The value you get. |
Vector2 GetVector2 | ( | string | name, |
Vector2 | defaultValue | ||
) |
Get the value of the Vector2 type.
name | Name. |
defaultValue | Default value. It is returned when there is no parameter. |
IList<Vector2> GetVector2List | ( | int | id | ) |
Get the value of the Vector2List type.
id | ID. |
IList<Vector2> GetVector2List | ( | string | name | ) |
Get the value of the Vector2List type.
name | Name. |
Vector3 GetVector3 | ( | int | id | ) |
Get the value of the Vector3 type.
id | ID. |
bool GetVector3 | ( | int | id, |
out Vector3 | value | ||
) |
Get the value of the Vector3 type.
id | ID. |
value | The value you get. |
Vector3 GetVector3 | ( | int | id, |
Vector3 | defaultValue | ||
) |
Get the value of the Vector3 type.
id | ID. |
defaultValue | Default value. It is returned when there is no parameter. |
Vector3 GetVector3 | ( | string | name | ) |
Get the value of the Vector3 type.
name | Name. |
bool GetVector3 | ( | string | name, |
out Vector3 | value | ||
) |
Get the value of the Vector3 type.
name | Name. |
value | The value you get. |
Vector3 GetVector3 | ( | string | name, |
Vector3 | defaultValue | ||
) |
Get the value of the Vector3 type.
name | Name. |
defaultValue | Default value. It is returned when there is no parameter. |
IList<Vector3> GetVector3List | ( | int | id | ) |
Get the value of the Vector3List type.
id | ID. |
IList<Vector3> GetVector3List | ( | string | name | ) |
Get the value of the Vector3List type.
name | Name. |
bool IsEnum | ( | int | id | ) |
It wants to set the value of the Enum type.
id | ID. |
bool IsEnum | ( | string | name | ) |
It wants to set the value of the Enum type.
name | Name. |
bool IsParameterType | ( | int | id, |
Parameter.Type | type | ||
) |
Determine the type of parameter.
id | ID. |
type | Parameter type. |
bool IsParameterType | ( | string | name, |
Parameter.Type | type | ||
) |
Determine the type of parameter.
name | Name. |
type | Parameter type. |
string MakeUniqueName | ( | string | name | ) |
It generates a name that does not overlap.
name | The original name. |
void Refresh | ( | ) |
Editor only
bool SetAssetObject | ( | int | id, |
Object | value | ||
) |
It wants to set the value of the AssetObject type.
id | ID. |
value | Value. |
bool SetAssetObject | ( | string | name, |
Object | value | ||
) |
It wants to set the value of the AssetObject type.
name | Name. |
value | Value. |
bool SetAssetObject< TAssetObject > | ( | int | id, |
TAssetObject | value | ||
) |
It wants to set the value of the AssetObject type.
id | ID. |
value | Value. |
TAssetObject | : | Object |
bool SetAssetObject< TAssetObject > | ( | string | name, |
TAssetObject | value | ||
) |
It wants to set the value of the AssetObject type.
name | Name. |
value | Value. |
TAssetObject | : | Object |
bool SetAssetObjectList< TAssetObject > | ( | int | id, |
IList< TAssetObject > | value | ||
) |
It wants to set the value of the AssetObjectList type.
id | ID. |
value | Value. |
TAssetObject | : | Object |
bool SetAssetObjectList< TAssetObject > | ( | string | name, |
IList< TAssetObject > | value | ||
) |
It wants to set the value of the AssetObjectList type.
name | Name. |
value | Value. |
TAssetObject | : | Object |
bool SetBool | ( | int | id, |
bool | value | ||
) |
It wants to set the value of the Bool type.
id | ID. |
value | Value. |
bool SetBool | ( | string | name, |
bool | value | ||
) |
It wants to set the value of the Bool type.
name | Name. |
value | Value. |
bool SetBoolList | ( | int | id, |
IList< bool > | value | ||
) |
It wants to set the value of the BoolList type.
id | ID. |
value | Value. |
bool SetBoolList | ( | string | name, |
IList< bool > | value | ||
) |
It wants to set the value of the BoolList type.
name | Name. |
value | Value. |
bool SetBounds | ( | int | id, |
Bounds | value | ||
) |
It wants to set the value of the Bounds type.
id | ID. |
value | Value. |
bool SetBounds | ( | string | name, |
Bounds | value | ||
) |
It wants to set the value of the Bounds type.
name | Name. |
value | Value. |
bool SetBoundsList | ( | int | id, |
IList< Bounds > | value | ||
) |
It wants to set the value of the BoundsList type.
id | ID. |
value | Value. |
bool SetBoundsList | ( | string | name, |
IList< Bounds > | value | ||
) |
It wants to set the value of the BoundsList type.
name | Name. |
value | Value. |
bool SetColor | ( | int | id, |
Color | value | ||
) |
It wants to set the value of the Color type.
id | ID. |
value | Value. |
bool SetColor | ( | string | name, |
Color | value | ||
) |
It wants to set the value of the Color type.
name | Name. |
value | Value. |
bool SetColorList | ( | int | id, |
IList< Color > | value | ||
) |
It wants to set the value of the ColorList type.
id | ID. |
value | Value. |
bool SetColorList | ( | string | name, |
IList< Color > | value | ||
) |
It wants to set the value of the ColorList type.
name | Name. |
value | Value. |
bool SetComponent | ( | int | id, |
Component | value | ||
) |
It wants to set the value of the Component type.
id | ID. |
value | Value. |
bool SetComponent | ( | string | name, |
Component | value | ||
) |
It wants to set the value of the Component type.
name | Name. |
value | Value. |
bool SetComponent< TComponent > | ( | int | id, |
TComponent | value | ||
) |
It wants to set the value of the Component type.
id | ID. |
value | Value. |
TComponent | : | Component |
bool SetComponent< TComponent > | ( | string | name, |
TComponent | value | ||
) |
It wants to set the value of the Component type.
name | Name. |
value | Value. |
TComponent | : | Component |
bool SetComponentList< TComponent > | ( | int | id, |
IList< TComponent > | value | ||
) |
It wants to set the value of the ComponentList type.
id | ID. |
value | Value. |
TComponent | : | Component |
bool SetComponentList< TComponent > | ( | string | name, |
IList< TComponent > | value | ||
) |
It wants to set the value of the ComponentList type.
name | Name. |
value | Value. |
TComponent | : | Component |
bool SetEnum | ( | int | id, |
System.Enum | value | ||
) |
It wants to set the value of the Enum type.
id | ID. |
value | Value. |
bool SetEnum | ( | string | name, |
System.Enum | value | ||
) |
It wants to set the value of the Enum type.
name | Name. |
value | Value. |
bool SetEnum< TEnum > | ( | int | id, |
TEnum | value | ||
) |
It wants to set the value of the Enum type.
id | ID. |
value | Value. |
TEnum | : | struct |
bool SetEnum< TEnum > | ( | string | name, |
TEnum | value | ||
) |
It wants to set the value of the Enum type.
name | Name. |
value | Value. |
TEnum | : | struct |
bool SetEnumInt | ( | int | id, |
int | value | ||
) |
It wants to set the value of the Enum type.
id | ID. |
value | Value. |
bool SetEnumInt | ( | string | name, |
int | value | ||
) |
It wants to set the value of the Enum type.
name | Name. |
value | Value. |
bool SetEnumList< TEnum > | ( | int | id, |
IList< TEnum > | value | ||
) |
It wants to set the value of the EnumList type.
id | ID. |
value | Value. |
TEnum | : | struct |
bool SetEnumList< TEnum > | ( | string | name, |
IList< TEnum > | value | ||
) |
It wants to set the value of the EnumList type.
name | Name. |
value | Value. |
TEnum | : | struct |
bool SetFloat | ( | int | id, |
float | value | ||
) |
It wants to set the value of the Float type.
id | ID. |
value | Value. |
bool SetFloat | ( | string | name, |
float | value | ||
) |
It wants to set the value of the Float type.
name | Name. |
value | Value. |
bool SetFloatList | ( | int | id, |
IList< float > | value | ||
) |
It wants to set the value of the FloatList type.
id | ID. |
value | Value. |
bool SetFloatList | ( | string | name, |
IList< float > | value | ||
) |
It wants to set the value of the FloatList type.
name | Name. |
value | Value. |
bool SetGameObject | ( | int | id, |
GameObject | value | ||
) |
It wants to set the value of the GameObject type.
id | ID. |
value | Value. |
bool SetGameObject | ( | string | name, |
GameObject | value | ||
) |
It wants to set the value of the GameObject type.
name | Name. |
value | Value. |
bool SetGameObjectList | ( | int | id, |
IList< GameObject > | value | ||
) |
It wants to set the value of the GameObjectList type.
id | ID. |
value | Value. |
bool SetGameObjectList | ( | string | name, |
IList< GameObject > | value | ||
) |
It wants to set the value of the GameObjectList type.
name | Name. |
value | Value. |
bool SetInt | ( | int | id, |
int | value | ||
) |
It wants to set the value of the Int type.
id | ID. |
value | Value. |
bool SetInt | ( | string | name, |
int | value | ||
) |
It wants to set the value of the Int type.
name | Name. |
value | Value. |
bool SetIntList | ( | int | id, |
IList< int > | value | ||
) |
It wants to set the value of the IntList type.
id | ID. |
value | Value. |
bool SetIntList | ( | string | name, |
IList< int > | value | ||
) |
It wants to set the value of the IntList type.
name | Name. |
value | Value. |
bool SetLong | ( | int | id, |
long | value | ||
) |
It wants to set the value of the Long type.
id | ID. |
value | Value. |
bool SetLong | ( | string | name, |
long | value | ||
) |
It wants to set the value of the Long type.
name | Name. |
value | Value. |
bool SetLongList | ( | int | id, |
IList< long > | value | ||
) |
It wants to set the value of the LongList type.
id | ID. |
value | Value. |
bool SetLongList | ( | string | name, |
IList< long > | value | ||
) |
It wants to set the value of the LongList type.
name | Name. |
value | Value. |
bool SetQuaternion | ( | int | id, |
Quaternion | value | ||
) |
It wants to set the value of the Quaternion type.
id | ID. |
value | Value. |
bool SetQuaternion | ( | string | name, |
Quaternion | value | ||
) |
It wants to set the value of the Quaternion type.
name | Name. |
value | Value. |
bool SetQuaternionList | ( | int | id, |
IList< Quaternion > | value | ||
) |
It wants to set the value of the QuaternionList type.
id | ID. |
value | Value. |
bool SetQuaternionList | ( | string | name, |
IList< Quaternion > | value | ||
) |
It wants to set the value of the QuaternionList type.
name | Name. |
value | Value. |
bool SetRect | ( | int | id, |
Rect | value | ||
) |
It wants to set the value of the Rect type.
id | ID. |
value | Value. |
bool SetRect | ( | string | name, |
Rect | value | ||
) |
It wants to set the value of the Rect type.
name | Name. |
value | Value. |
bool SetRectList | ( | int | id, |
IList< Rect > | value | ||
) |
It wants to set the value of the RectList type.
id | ID. |
value | Value. |
bool SetRectList | ( | string | name, |
IList< Rect > | value | ||
) |
It wants to set the value of the RectList type.
name | Name. |
value | Value. |
bool SetRectTransform | ( | int | id, |
RectTransform | value | ||
) |
It wants to set the value of the RectTransform type.
id | ID. |
value | Value. |
bool SetRectTransform | ( | string | name, |
RectTransform | value | ||
) |
It wants to set the value of the RectTransform type.
name | Name. |
value | Value. |
bool SetRigidbody | ( | int | id, |
Rigidbody | value | ||
) |
It wants to set the value of the Rigidbody type.
id | ID. |
value | Value. |
bool SetRigidbody | ( | string | name, |
Rigidbody | value | ||
) |
It wants to set the value of the Rigidbody type.
name | Name. |
value | Value. |
bool SetRigidbody2D | ( | int | id, |
Rigidbody2D | value | ||
) |
It wants to set the value of the Rigidbody2D type.
id | ID. |
value | Value. |
bool SetRigidbody2D | ( | string | name, |
Rigidbody2D | value | ||
) |
It wants to set the value of the Rigidbody2D type.
name | Name. |
value | Value. |
bool SetString | ( | int | id, |
string | value | ||
) |
It wants to set the value of the String type.
id | ID. |
value | Value. |
bool SetString | ( | string | name, |
string | value | ||
) |
It wants to set the value of the String type.
name | Name. |
value | Value. |
bool SetStringList | ( | int | id, |
IList< string > | value | ||
) |
It wants to set the value of the StringList type.
id | ID. |
value | Value. |
bool SetStringList | ( | string | name, |
IList< string > | value | ||
) |
It wants to set the value of the StringList type.
name | Name. |
value | Value. |
bool SetTransform | ( | int | id, |
Transform | value | ||
) |
It wants to set the value of the Transform type.
id | ID. |
value | Value. |
bool SetTransform | ( | string | name, |
Transform | value | ||
) |
It wants to set the value of the Transform type.
name | Name. |
value | Value. |
bool SetVariable | ( | int | id, |
object | value | ||
) |
It wants to set the value of Variable.
id | ID. |
value | Value. |
bool SetVariable | ( | string | name, |
object | value | ||
) |
It wants to set the value of Variable.
name | Name. |
value | Value. |
bool SetVariable< TVariable > | ( | int | id, |
TVariable | value | ||
) |
It wants to set the value of Variable.
id | ID. |
value | Value. |
bool SetVariable< TVariable > | ( | string | name, |
TVariable | value | ||
) |
It wants to set the value of Variable.
name | Name. |
value | Value. |
bool SetVariableList | ( | int | id, |
object | value | ||
) |
It wants to set the value of VariableList.
id | ID. |
value | Value. |
bool SetVariableList | ( | string | name, |
object | value | ||
) |
It wants to set the value of VariableList.
name | Name. |
value | Value. |
bool SetVariableList< TVariable > | ( | int | id, |
IList< TVariable > | value | ||
) |
It wants to set the value of VariableList.
id | ID. |
value | Value. |
bool SetVariableList< TVariable > | ( | string | name, |
IList< TVariable > | value | ||
) |
It wants to set the value of Variable.
name | Name. |
value | Value. |
bool SetVector2 | ( | int | id, |
Vector2 | value | ||
) |
It wants to set the value of the Vector2 type.
id | ID. |
value | Value. |
bool SetVector2 | ( | string | name, |
Vector2 | value | ||
) |
It wants to set the value of the Vector2 type.
name | Name. |
value | Value. |
bool SetVector2List | ( | int | id, |
IList< Vector2 > | value | ||
) |
It wants to set the value of the Vector2List type.
id | ID. |
value | Value. |
bool SetVector2List | ( | string | name, |
IList< Vector2 > | value | ||
) |
It wants to set the value of the Vector2List type.
name | Name. |
value | Value. |
bool SetVector3 | ( | int | id, |
Vector3 | value | ||
) |
It wants to set the value of the Vector3 type.
id | ID. |
value | Value. |
bool SetVector3 | ( | string | name, |
Vector3 | value | ||
) |
It wants to set the value of the Vector3 type.
name | Name. |
value | Value. |
bool SetVector3List | ( | int | id, |
IList< Vector3 > | value | ||
) |
It wants to set the value of the Vector3List type.
id | ID. |
value | Value. |
bool SetVector3List | ( | string | name, |
IList< Vector3 > | value | ||
) |
It wants to set the value of the Vector3List type.
name | Name. |
value | Value. |
bool TryGetAssetObject | ( | int | id, |
out Object | value | ||
) |
Get the value of the AssetObject type.
id | ID. |
value | The value you get. |
bool TryGetAssetObject | ( | string | name, |
out Object | value | ||
) |
Get the value of the AssetObject type.
name | Name. |
value | The value you get. |
bool TryGetAssetObject< TAssetObject > | ( | int | id, |
out TAssetObject | value | ||
) |
Get the value of the AssetObject type.
id | ID. |
value | The value you get. |
TAssetObject | : | Object |
bool TryGetAssetObject< TAssetObject > | ( | string | name, |
out TAssetObject | value | ||
) |
Get the value of the AssetObject type.
name | Name. |
value | The value you get. |
TAssetObject | : | Object |
bool TryGetAssetObjectList< TAssetObject > | ( | int | id, |
out IList< TAssetObject > | value | ||
) |
Get the value of the AssetObject type.
id | ID. |
value | Value. |
TAssetObject | : | Object |
bool TryGetAssetObjectList< TAssetObject > | ( | string | name, |
out IList< TAssetObject > | value | ||
) |
Get the value of the AssetObjectList type.
name | Name. |
value | Value. |
TAssetObject | : | Object |
bool TryGetBool | ( | int | id, |
out bool | value | ||
) |
Get the value of the Bool type.
id | ID. |
value | Value. |
bool TryGetBool | ( | string | name, |
out bool | value | ||
) |
Get the value of the Bool type.
name | Name. |
value | Value. |
bool TryGetBoolList | ( | int | id, |
out IList< bool > | value | ||
) |
Get the value of the BoolList type.
id | ID. |
value | Value. |
bool TryGetBoolList | ( | string | name, |
out IList< bool > | value | ||
) |
Get the value of the BoolList type.
name | Name. |
value | Value. |
bool TryGetBounds | ( | int | id, |
out Bounds | value | ||
) |
Get the value of the Bounds type.
id | ID. |
value | The value you get. |
bool TryGetBounds | ( | string | name, |
out Bounds | value | ||
) |
Get the value of the Bounds type.
name | Name. |
value | The value you get. |
bool TryGetBoundsList | ( | int | id, |
out IList< Bounds > | value | ||
) |
Get the value of the BoundsList type.
id | ID. |
value | Value. |
bool TryGetBoundsList | ( | string | name, |
out IList< Bounds > | value | ||
) |
Get the value of the BoundsList type.
name | Name. |
value | Value. |
bool TryGetColor | ( | int | id, |
out Color | value | ||
) |
Get the value of the Color type.
id | ID. |
value | The value you get. |
bool TryGetColor | ( | string | name, |
out Color | value | ||
) |
Get the value of the Color type.
name | Name. |
value | The value you get. |
bool TryGetColorList | ( | int | id, |
out IList< Color > | value | ||
) |
Get the value of the ColorList type.
id | ID. |
value | Value. |
bool TryGetColorList | ( | string | name, |
out IList< Color > | value | ||
) |
Get the value of the ColorList type.
name | Name. |
value | Value. |
bool TryGetComponent | ( | int | id, |
out Component | value | ||
) |
Get the value of the Component type.
id | ID. |
value | The value you get. |
bool TryGetComponent | ( | string | name, |
out Component | value | ||
) |
Get the value of the Component type.
name | Name. |
value | The value you get. |
bool TryGetComponent< TComponent > | ( | int | id, |
out TComponent | value | ||
) |
Get the value of the Component type.
id | ID. |
value | The value you get. |
TComponent | : | Component |
bool TryGetComponent< TComponent > | ( | string | name, |
out TComponent | value | ||
) |
Get the value of the Component type.
name | Name. |
value | The value you get. |
TComponent | : | Component |
bool TryGetComponentList< TComponent > | ( | int | id, |
out IList< TComponent > | value | ||
) |
Get the value of the Component type.
id | ID. |
value | Value. |
TComponent | : | Component |
bool TryGetComponentList< TComponent > | ( | string | name, |
out IList< TComponent > | value | ||
) |
Get the value of the ComponentList type.
name | Name. |
value | Value. |
TComponent | : | Component |
bool TryGetEnum | ( | int | id, |
out System.Enum | value | ||
) |
Get the value of the Enum type.
id | ID. |
value | The value you get. |
bool TryGetEnum | ( | string | name, |
out System.Enum | value | ||
) |
Get the value of the Enum type.
name | Name. |
value | The value you get. |
bool TryGetEnum< TEnum > | ( | int | id, |
out TEnum | value | ||
) |
Get the value of the Enum type.
id | ID. |
value | The value you get. |
TEnum | : | struct |
bool TryGetEnum< TEnum > | ( | string | name, |
out TEnum | value | ||
) |
Get the value of the Enum type.
name | Name. |
value | The value you get. |
TEnum | : | struct |
bool TryGetEnumInt | ( | int | id, |
out int | value | ||
) |
Get the value of the Enum type.
id | ID. |
value | The value you get. |
bool TryGetEnumInt | ( | string | name, |
out int | value | ||
) |
Get the value of the Enum type.
name | Name. |
value | The value you get. |
bool TryGetEnumList< TEnum > | ( | int | id, |
out IList< TEnum > | value | ||
) |
Get the value of the Enum type.
id | ID. |
value | Value. |
TEnum | : | struct |
bool TryGetEnumList< TEnum > | ( | string | name, |
out IList< TEnum > | value | ||
) |
Get the value of the EnumList type.
name | Name. |
value | Value. |
TEnum | : | struct |
bool TryGetFloat | ( | int | id, |
out float | value | ||
) |
Get the value of the Float type.
id | ID. |
value | The value you get. |
bool TryGetFloat | ( | string | name, |
out float | value | ||
) |
Get the value of the Float type.
name | Name. |
value | The value you get. |
bool TryGetFloatList | ( | int | id, |
out IList< float > | value | ||
) |
Get the value of the FloatList type.
id | ID. |
value | Value. |
bool TryGetFloatList | ( | string | name, |
out IList< float > | value | ||
) |
Get the value of the FloatList type.
name | Name. |
value | Value. |
bool TryGetGameObject | ( | int | id, |
out GameObject | value | ||
) |
Get the value of the GameObject type.
id | ID. |
value | The value you get. |
bool TryGetGameObject | ( | string | name, |
out GameObject | value | ||
) |
Get the value of the GameObject type.
name | Name. |
value | The value you get. |
bool TryGetGameObjectList | ( | int | id, |
out IList< GameObject > | value | ||
) |
Get the value of the GameObjectList type.
id | ID. |
value | Value. |
bool TryGetGameObjectList | ( | string | name, |
out IList< GameObject > | value | ||
) |
Get the value of the GameObjectList type.
name | Name. |
value | Value. |
bool TryGetInt | ( | int | id, |
out int | value | ||
) |
Get the value of the Int type.
id | ID. |
value | Value. |
bool TryGetInt | ( | string | name, |
out int | value | ||
) |
Get the value of the Int type.
name | Name. |
value | Value. |
bool TryGetIntList | ( | int | id, |
out IList< int > | value | ||
) |
Get the value of the IntList type.
id | ID. |
value | Value. |
bool TryGetIntList | ( | string | name, |
out IList< int > | value | ||
) |
Get the value of the IntList type.
name | Name. |
value | Value. |
bool TryGetLong | ( | int | id, |
out long | value | ||
) |
Get the value of the Long type.
id | ID. |
value | Value. |
bool TryGetLong | ( | string | name, |
out long | value | ||
) |
Get the value of the Long type.
name | Name. |
value | Value. |
bool TryGetLongList | ( | int | id, |
out IList< long > | value | ||
) |
Get the value of the LongList type.
id | ID. |
value | Value. |
bool TryGetLongList | ( | string | name, |
out IList< long > | value | ||
) |
Get the value of the LongList type.
name | Name. |
value | Value. |
bool TryGetQuaternion | ( | int | id, |
out Quaternion | value | ||
) |
Get the value of the Quaternion type.
id | ID. |
value | The value you get. |
bool TryGetQuaternion | ( | string | name, |
out Quaternion | value | ||
) |
Get the value of the Quaternion type.
name | Name. |
value | The value you get. |
bool TryGetQuaternionList | ( | int | id, |
out IList< Quaternion > | value | ||
) |
Get the value of the QuaternionList type.
id | ID. |
value | Value. |
bool TryGetQuaternionList | ( | string | name, |
out IList< Quaternion > | value | ||
) |
Get the value of the QuaternionList type.
name | Name. |
value | Value. |
bool TryGetRect | ( | int | id, |
out Rect | value | ||
) |
Get the value of the Rect type.
id | ID. |
value | The value you get. |
bool TryGetRect | ( | string | name, |
out Rect | value | ||
) |
Get the value of the Rect type.
name | Name. |
value | The value you get. |
bool TryGetRectList | ( | int | id, |
out IList< Rect > | value | ||
) |
Get the value of the RectList type.
id | ID. |
value | Value. |
bool TryGetRectList | ( | string | name, |
out IList< Rect > | value | ||
) |
Get the value of the RectList type.
name | Name. |
value | Value. |
bool TryGetRectTransform | ( | int | id, |
out RectTransform | value | ||
) |
Get the value of the RectTransform type.
id | ID. |
value | The value you get. |
bool TryGetRectTransform | ( | string | name, |
out RectTransform | value | ||
) |
Get the value of the RectTransform type.
name | Name. |
value | The value you get. |
bool TryGetRigidbody | ( | int | id, |
out Rigidbody | value | ||
) |
Get the value of the Rigidbody type.
id | ID. |
value | The value you get. |
bool TryGetRigidbody | ( | string | name, |
out Rigidbody | value | ||
) |
Get the value of the Rigidbody type.
name | Name. |
value | The value you get. |
bool TryGetRigidbody2D | ( | int | id, |
out Rigidbody2D | value | ||
) |
Get the value of the Rigidbody2D type.
id | ID. |
value | The value you get. |
bool TryGetRigidbody2D | ( | string | name, |
out Rigidbody2D | value | ||
) |
Get the value of the Rigidbody2D type.
name | Name. |
value | The value you get. |
bool TryGetString | ( | int | id, |
out string | value | ||
) |
Get the value of the String type.
id | ID. |
value | Value. |
bool TryGetString | ( | string | name, |
out string | value | ||
) |
Get the value of the String type.
name | Name. |
value | Value. |
bool TryGetStringList | ( | int | id, |
out IList< string > | value | ||
) |
Get the value of the StringList type.
id | ID. |
value | Value. |
bool TryGetStringList | ( | string | name, |
out IList< string > | value | ||
) |
Get the value of the StringList type.
name | Name. |
value | Value. |
bool TryGetTransform | ( | int | id, |
out Transform | value | ||
) |
Get the value of the Transform type.
id | ID. |
value | The value you get. |
bool TryGetTransform | ( | string | name, |
out Transform | value | ||
) |
Get the value of the Transform type.
name | Name. |
value | The value you get. |
bool TryGetVariable | ( | int | id, |
out object | value | ||
) |
Get the value of Variable.
id | ID. |
value | The value you get. |
bool TryGetVariable | ( | string | name, |
out object | value | ||
) |
Get the value of Variable.
name | Name. |
value | The value you get. |
bool TryGetVariable< TVariable > | ( | int | id, |
out TVariable | value | ||
) |
Get the value of Variable.
id | ID. |
value | The value you get. |
bool TryGetVariable< TVariable > | ( | string | name, |
out TVariable | value | ||
) |
Get the value of Variable.
name | Name. |
value | The value you get. |
bool TryGetVariableList | ( | int | id, |
out object | value | ||
) |
Get the value of VariableList.
id | ID. |
value | The value you get. |
bool TryGetVariableList | ( | string | name, |
out object | value | ||
) |
Get the value of VariableList.
name | Name. |
value | The value you get. |
bool TryGetVariableList< TVariable > | ( | int | id, |
out IList< TVariable > | value | ||
) |
Get the value of VariableList.
id | ID. |
value | The value you get. |
bool TryGetVariableList< TVariable > | ( | string | name, |
out IList< TVariable > | value | ||
) |
Get the value of VariableList.
name | Name. |
value | The value you get. |
bool TryGetVector2 | ( | int | id, |
out Vector2 | value | ||
) |
Get the value of the Vector2 type.
id | ID. |
value | The value you get. |
bool TryGetVector2 | ( | string | name, |
out Vector2 | value | ||
) |
Get the value of the Vector2 type.
name | Name. |
value | The value you get. |
bool TryGetVector2List | ( | int | id, |
out IList< Vector2 > | value | ||
) |
Get the value of the Vector2List type.
id | ID. |
value | Value. |
bool TryGetVector2List | ( | string | name, |
out IList< Vector2 > | value | ||
) |
Get the value of the Vector2List type.
name | Name. |
value | Value. |
bool TryGetVector3 | ( | int | id, |
out Vector3 | value | ||
) |
Get the value of the Vector3 type.
id | ID. |
value | The value you get. |
bool TryGetVector3 | ( | string | name, |
out Vector3 | value | ||
) |
Get the value of the Vector3 type.
name | Name. |
value | The value you get. |
bool TryGetVector3List | ( | int | id, |
out IList< Vector3 > | value | ||
) |
Get the value of the Vector3List type.
id | ID. |
value | Value. |
bool TryGetVector3List | ( | string | name, |
out IList< Vector3 > | value | ||
) |
Get the value of the Vector3List type.
name | Name. |
value | Value. |
|
get |
Returns whether or not deserialization has been done.
|
getset |
Object own this ParameterContainer
|
get |
Get a count of Parameter.
|
get |
Get an array of parameters.
System.Action onAfterDeserialize |
Callback after deserialization