C# Class Pokemon3D.Common.ScriptPipeline.ApiClass

Afficher le fichier Open project: nilllzz/Pokemon3D

Méthodes protégées

Méthode Description
BlockThreadUntilCondition ( Func condition ) : void

Blocks the currently running script until a condition is met.

EnsureTypeContract ( SObject parameters, Type typeContract, object &netObjects ) : bool

Ensures that the parameters for an API method fulfill the type contract. It also converts all script objects to .Net objects.

Method Details

BlockThreadUntilCondition() protected static méthode

Blocks the currently running script until a condition is met.
protected static BlockThreadUntilCondition ( Func condition ) : void
condition Func
Résultat void

EnsureTypeContract() protected static méthode

Ensures that the parameters for an API method fulfill the type contract. It also converts all script objects to .Net objects.
protected static EnsureTypeContract ( SObject parameters, Type typeContract, object &netObjects ) : bool
parameters Pokemon3D.Scripting.Types.SObject
typeContract System.Type
netObjects object
Résultat bool