C# 클래스 Jint.Native.JsArguments

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

보호된 프로퍼티들

프로퍼티 타입 설명
calleeDescriptor ValueDescriptor

공개 메소드들

메소드 설명
GetLength ( JsArguments target ) : JsInstance
JsArguments ( IGlobal global, JsFunction callee, JsInstance arguments ) : System
ToBoolean ( ) : bool
ToNumber ( ) : double

메소드 상세

GetLength() 공개 메소드

public GetLength ( JsArguments target ) : JsInstance
target JsArguments
리턴 JsInstance

JsArguments() 공개 메소드

public JsArguments ( IGlobal global, JsFunction callee, JsInstance arguments ) : System
global IGlobal
callee JsFunction
arguments JsInstance
리턴 System

ToBoolean() 공개 메소드

public ToBoolean ( ) : bool
리턴 bool

ToNumber() 공개 메소드

public ToNumber ( ) : double
리턴 double

프로퍼티 상세

calleeDescriptor 보호되어 있는 프로퍼티

protected ValueDescriptor,Jint.Native calleeDescriptor
리턴 ValueDescriptor