C# 클래스 Pokemon3D.Scripting.Types.SObject

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

보호된 메소드들

메소드 설명
IsNull ( SObject obj ) : bool

Returns if the input object is null.

비공개 메소드들

메소드 설명
ExecuteMethod ( ScriptProcessor processor, string methodName, SObject caller, SObject This, SObject parameters ) : SObject

Executes a member function of this object.

GetMember ( ScriptProcessor processor, SObject accessor, bool isIndexer ) : SObject

Returns a member variable of this object.

HasMember ( ScriptProcessor processor, string memberName ) : bool

Returns if this object has a specific member.

SetMember ( ScriptProcessor processor, SObject accessor, bool isIndexer, SObject value ) : void

Sets a member variable of this object to a new value.

SizeOf ( ) : double
ToBool ( ScriptProcessor processor ) : SBool

Returns the bool representation of this object.

ToNumber ( ScriptProcessor processor ) : SNumber

Returns the number representation of this object.

ToScriptObject ( ) : string

Returns a representation of the current object that the script processor works with.

ToScriptSource ( ) : string

Returns a representation of the current object that exposes the source of it.

ToString ( ScriptProcessor processor ) : SString

Returns the string representation of this object.

TypeOf ( ) : string
Unbox ( SObject obj ) : SObject

Unboxes an SVariable if the passed in object is one.

메소드 상세

IsNull() 보호된 정적인 메소드

Returns if the input object is null.
protected static IsNull ( SObject obj ) : bool
obj SObject
리턴 bool