C# 클래스 Pokemon3D.Scripting.Adapters.ScriptOutAdapter

An adapter to convert script objects to regular .Net objects.
파일 보기 프로젝트 열기: nilllzz/Pokemon3D 1 사용 예제들

공개 메소드들

메소드 설명
Translate ( SObject obj ) : object

Translates an SObject to a dynamic type.

Translate ( SProtoObject obj, Type t ) : object

Translates an SObject to a specific type.

비공개 메소드들

메소드 설명
TranslateArray ( SArray obj ) : object
TranslateDynamic ( SProtoObject obj ) : object
TranslateError ( SError obj ) : object
TranslateFunction ( SFunction obj ) : object
TranslateNumber ( SNumber obj ) : object

메소드 상세

Translate() 공개 정적인 메소드

Translates an SObject to a dynamic type.
public static Translate ( SObject obj ) : object
obj Pokemon3D.Scripting.Types.SObject
리턴 object

Translate() 공개 정적인 메소드

Translates an SObject to a specific type.
public static Translate ( SProtoObject obj, Type t ) : object
obj Pokemon3D.Scripting.Types.SProtoObject
t System.Type
리턴 object