C# Class Pokemon3D.Scripting.Adapters.ScriptOutAdapter

An adapter to convert script objects to regular .Net objects.
Afficher le fichier Open project: nilllzz/Pokemon3D Class Usage Examples

Méthodes publiques

Méthode Description
Translate ( SObject obj ) : object

Translates an SObject to a dynamic type.

Translate ( SProtoObject obj, Type t ) : object

Translates an SObject to a specific type.

Private Methods

Méthode Description
TranslateArray ( SArray obj ) : object
TranslateDynamic ( SProtoObject obj ) : object
TranslateError ( SError obj ) : object
TranslateFunction ( SFunction obj ) : object
TranslateNumber ( SNumber obj ) : object

Method Details

Translate() public static méthode

Translates an SObject to a dynamic type.
public static Translate ( SObject obj ) : object
obj Pokemon3D.Scripting.Types.SObject
Résultat object

Translate() public static méthode

Translates an SObject to a specific type.
public static Translate ( SProtoObject obj, Type t ) : object
obj Pokemon3D.Scripting.Types.SProtoObject
t System.Type
Résultat object