C# 클래스 vp_ComponentPreset, OZML

파일 보기 프로젝트 열기: merveilles/OZML 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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