C# 클래스 Axiom.Scripting.ScriptableObject

상속: DisposableObject, IScriptableObject
파일 보기 프로젝트 열기: WolfgangSt/axiom

공개 메소드들

메소드 설명
SetParameters ( NameValuePairList parameters ) : void

Set multiple properties using a NameValuePairList

보호된 메소드들

메소드 설명
ScriptableObject ( ) : System

비공개 메소드들

메소드 설명
_getTypePropertyMap ( Type type ) : IPropertyCommand>.Dictionary
_initializeTypeProperties ( Type type, IPropertyCommand>.Dictionary list ) : void
this ( string property ) : stringIScriptableObject.System

메소드 상세

ScriptableObject() 보호된 메소드

protected ScriptableObject ( ) : System
리턴 System

SetParameters() 공개 메소드

Set multiple properties using a NameValuePairList
public SetParameters ( NameValuePairList parameters ) : void
parameters NameValuePairList the list of properties to set
리턴 void