C# 클래스 Jint.Native.LinkedDescriptor

Linked descriptor - a link to the particular property (represented by a descriptor) of the particular object.
상속: Descriptor
파일 보기 프로젝트 열기: splhack/unity-jint 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Get ( JsDictionaryObject that ) : JsInstance
LinkedDescriptor ( JsDictionaryObject owner, string name, Descriptor source, JsDictionaryObject that ) : System

Constructs new descriptor

Set ( JsDictionaryObject that, JsInstance value ) : void

메소드 상세

Get() 공개 메소드

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

LinkedDescriptor() 공개 메소드

Constructs new descriptor
public LinkedDescriptor ( JsDictionaryObject owner, string name, Descriptor source, JsDictionaryObject that ) : System
owner JsDictionaryObject An owner of the new descriptor
name string A name of the new descriptor
source Descriptor A property descriptor of the target object to which we should link to
that JsDictionaryObject A target object to whose property we are linking. This parameter will be /// used in the calls to a 'Get' and 'Set' properties of the source descriptor.
리턴 System

Set() 공개 메소드

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