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

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

Private Properties

Property Type Description
ToFunction SFunction

Public Methods

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

Private Methods

Method Description
ToFunction ( ) : SFunction

Casts the Data to an SFunction.

Method Details

PrototypeMember() public method

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

PrototypeMember() public method

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