Property | Type | Description | |
---|---|---|---|
instance | vp_ComponentPreset, | ||
m_Component | Component |
Method | Description | |
---|---|---|
Load ( Component component, string fullPath ) : bool | ||
LoadFromResources ( Component component, string resourcePath ) : bool | ||
Save ( Component component, string fullPath ) : void |
Method | Description | |
---|---|---|
Append ( string str ) : void | ||
ArgsToBool ( string args ) : bool | ||
ArgsToFloat ( string args ) : float | ||
ArgsToInt ( string args ) : int | ||
ArgsToString ( string args ) : string | ||
ArgsToVector2 ( string args ) : Vector2 | ||
ArgsToVector3 ( string args ) : Vector3 | ||
ArgsToVector4 ( string args ) : Vector4 | ||
ClearTextFile ( ) : void | ||
Parse ( string line ) : bool | ||
ParseLines ( List |
||
PresetError ( string message ) : void | ||
RemoveComments ( string str ) : string | ||
vp_ComponentPreset ( ) : System |
public static Load ( Component component, string fullPath ) : bool | ||
component | Component | |
fullPath | string | |
return | bool |
public static LoadFromResources ( Component component, string resourcePath ) : bool | ||
component | Component | |
resourcePath | string | |
return | bool |
public static Save ( Component component, string fullPath ) : void | ||
component | Component | |
fullPath | string | |
return | void |
public static vp_ComponentPreset, instance | ||
return | vp_ComponentPreset, |