C# Класс GlueViewOfficialPlugins.ObjectCreator.ObjectCreator

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

Открытые методы

Метод Описание
CreateNamedObject ( SourceType sourceType, string namedObjectType ) : void

Приватные методы

Метод Описание
AddAxisAlignedRectangleValues ( NamedObjectSave newNos, bool is2D ) : void
AddCircleValues ( NamedObjectSave newNos, bool is2D ) : void
AddSpriteValues ( NamedObjectSave newNos, bool is2D ) : void
AddTextValues ( NamedObjectSave newNos, bool is2D ) : void
CanContainInstanceOf ( IElement container, string typeInQuestion ) : bool
GetOrCreateInstruction ( NamedObjectSave nos, string variableName ) : CustomVariableInNamedObject

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

CreateNamedObject() публичный Метод

public CreateNamedObject ( SourceType sourceType, string namedObjectType ) : void
sourceType SourceType
namedObjectType string
Результат void