C# 클래스 Pokemon3D.Scripting.Types.Prototypes.PrototypeMember

The member variable of a Prototype, with name and signature.
파일 보기 프로젝트 열기: nilllzz/Pokemon3D 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ToFunction SFunction

공개 메소드들

메소드 설명
PrototypeMember ( string identifier, SObject data )
PrototypeMember ( string identifier, SObject data, bool isStatic, bool isReadOnly, bool isIndexerGet, bool isIndexerSet )

비공개 메소드들

메소드 설명
ToFunction ( ) : SFunction

Casts the Data to an SFunction.

메소드 상세

PrototypeMember() 공개 메소드

public PrototypeMember ( string identifier, SObject data )
identifier string
data SObject

PrototypeMember() 공개 메소드

public PrototypeMember ( string identifier, SObject data, bool isStatic, bool isReadOnly, bool isIndexerGet, bool isIndexerSet )
identifier string
data SObject
isStatic bool
isReadOnly bool
isIndexerGet bool
isIndexerSet bool