C# 클래스 Jint.Native.ValueDescriptor

상속: Descriptor
파일 보기 프로젝트 열기: splhack/unity-jint 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Get ( JsDictionaryObject that ) : JsInstance
Set ( JsDictionaryObject that, JsInstance value ) : void
ValueDescriptor ( JsDictionaryObject owner, string name ) : System
ValueDescriptor ( JsDictionaryObject owner, string name, JsInstance value ) : System

메소드 상세

Get() 공개 메소드

public Get ( JsDictionaryObject that ) : JsInstance
that JsDictionaryObject
리턴 JsInstance

Set() 공개 메소드

public Set ( JsDictionaryObject that, JsInstance value ) : void
that JsDictionaryObject
value JsInstance
리턴 void

ValueDescriptor() 공개 메소드

public ValueDescriptor ( JsDictionaryObject owner, string name ) : System
owner JsDictionaryObject
name string
리턴 System

ValueDescriptor() 공개 메소드

public ValueDescriptor ( JsDictionaryObject owner, string name, JsInstance value ) : System
owner JsDictionaryObject
name string
value JsInstance
리턴 System