C# Класс vp_ComponentPreset, OZML

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
instance vp_ComponentPreset,
m_Component Component

Открытые методы

Метод Описание
Load ( Component component, string fullPath ) : bool
LoadFromResources ( Component component, string resourcePath ) : bool
Save ( Component component, string fullPath ) : void

Приватные методы

Метод Описание
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

Описание методов

Load() публичный статический Метод

public static Load ( Component component, string fullPath ) : bool
component Component
fullPath string
Результат bool

LoadFromResources() публичный статический Метод

public static LoadFromResources ( Component component, string resourcePath ) : bool
component Component
resourcePath string
Результат bool

Save() публичный статический Метод

public static Save ( Component component, string fullPath ) : void
component Component
fullPath string
Результат void

Описание свойств

instance публичное статическое свойство

public static vp_ComponentPreset, instance
Результат vp_ComponentPreset,

m_Component публичное статическое свойство

public static Component m_Component
Результат Component