C# Class vp_ComponentPreset, OZML

Afficher le fichier Open project: merveilles/OZML Class Usage Examples

Méthodes publiques

Свойство Type Description
instance vp_ComponentPreset,
m_Component Component

Méthodes publiques

Méthode Description
Load ( Component component, string fullPath ) : bool
LoadFromResources ( Component component, string resourcePath ) : bool
Save ( Component component, string fullPath ) : void

Private Methods

Méthode 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 lines ) : void
PresetError ( string message ) : void
RemoveComments ( string str ) : string
vp_ComponentPreset ( ) : System

Method Details

Load() public static méthode

public static Load ( Component component, string fullPath ) : bool
component Component
fullPath string
Résultat bool

LoadFromResources() public static méthode

public static LoadFromResources ( Component component, string resourcePath ) : bool
component Component
resourcePath string
Résultat bool

Save() public static méthode

public static Save ( Component component, string fullPath ) : void
component Component
fullPath string
Résultat void

Property Details

instance public_oe static_oe property

public static vp_ComponentPreset, instance
Résultat vp_ComponentPreset,

m_Component public_oe static_oe property

public static Component m_Component
Résultat Component