C# Class GlueViewOfficialPlugins.ObjectCreator.ObjectCreator

Show file Open project: vchelaru/FlatRedBall

Public Methods

Method Description
CreateNamedObject ( SourceType sourceType, string namedObjectType ) : void

Private Methods

Method Description
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

Method Details

CreateNamedObject() public method

public CreateNamedObject ( SourceType sourceType, string namedObjectType ) : void
sourceType SourceType
namedObjectType string
return void