C# Класс Pokemon3D.Common.ScriptPipeline.ApiClass

Показать файл Открыть проект

Защищенные методы

Метод Описание
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.

Описание методов

BlockThreadUntilCondition() защищенный статический Метод

Blocks the currently running script until a condition is met.
protected static BlockThreadUntilCondition ( Func condition ) : void
condition Func
Результат void

EnsureTypeContract() защищенный статический Метод

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
Результат bool