C# 클래스 Jint.Native.PropertyDescriptor

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

메소드 상세

Get() 공개 메소드

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

PropertyDescriptor() 공개 메소드

public PropertyDescriptor ( IGlobal global, JsDictionaryObject owner, string name ) : System
global IGlobal
owner JsDictionaryObject
name string
리턴 System

Set() 공개 메소드

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