Property | Type | Description | |
---|---|---|---|
m_Custom | string>.Dictionary | ||
m_Name | string | ||
m_Owner | SceneLoader | ||
m_Params | string>.Dictionary | ||
m_Parent | LoaderTempSceneObject | ||
m_Properties | string>.Dictionary |
Method | Description | |
---|---|---|
LoaderTempSceneObject ( SceneLoader _Owner, string _Name ) : System | ||
SetCustomProperty ( string _Name, string _Value ) : void |
Sets a custom property
|
|
SetParam ( string _Name, string _Value ) : void |
Sets a param
|
|
SetParent ( |
Sets the object's parent
|
|
SetProperty ( string _Name, string _Value ) : void |
Sets a property
|
public LoaderTempSceneObject ( SceneLoader _Owner, string _Name ) : System | ||
_Owner | SceneLoader | |
_Name | string | |
return | System |
public SetCustomProperty ( string _Name, string _Value ) : void | ||
_Name | string | The name of the property to set |
_Value | string | The value of the proeprty (null clears the property) |
return | void |
public SetParam ( string _Name, string _Value ) : void | ||
_Name | string | The name of the param to set |
_Value | string | The value of the param (null clears the param) |
return | void |
public SetParent ( |
||
_Parent | The object's parent | |
return | void |
public SetProperty ( string _Name, string _Value ) : void | ||
_Name | string | The name of the property to set |
_Value | string | The value of the property (null clears the property) |
return | void |