C# Class Pokemon3D.Scripting.Types.Prototypes.PrototypeMember

The member variable of a Prototype, with name and signature.
Afficher le fichier Open project: nilllzz/Pokemon3D Class Usage Examples

Private Properties

Свойство Type Description
ToFunction SFunction

Méthodes publiques

Méthode Description
PrototypeMember ( string identifier, SObject data )
PrototypeMember ( string identifier, SObject data, bool isStatic, bool isReadOnly, bool isIndexerGet, bool isIndexerSet )

Private Methods

Méthode Description
ToFunction ( ) : SFunction

Casts the Data to an SFunction.

Method Details

PrototypeMember() public méthode

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

PrototypeMember() public méthode

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