C# 클래스 GlueViewOfficialPlugins.ObjectCreator.ObjectCreator

파일 보기 프로젝트 열기: vchelaru/FlatRedBall

공개 메소드들

메소드 설명
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