C# Class FlatRedBall.Gum.GumIdb

Inheritance: IDrawableBatch, RenderingLibrary.Graphics.IVisible
显示文件 Open project: vchelaru/FlatRedBall Class Usage Examples

Private Properties

Property Type Description
FindByName IPositionedSizedObject

Public Methods

Method Description
AddGumLayerToFrbLayer ( RenderingLibrary gumLayer, FlatRedBall frbLayer ) : void
AssignReferences ( ) : void
AttachTo ( FlatRedBall.PositionedObject newParent, bool throwaway ) : void
CopyAbsoluteToRelative ( ) : void
Destroy ( ) : void
Draw ( FlatRedBall camera ) : void
GetGraphicalUiElementByName ( string name ) : GraphicalUiElement
GumIdb ( ) : FlatRedBall
GumLayersOnFrbLayer ( FlatRedBall frbLayer ) : IEnumerable
InstanceInitialize ( ) : void
LoadFromFile ( string fileName ) : void
StaticInitialize ( string projectFileName ) : void
Update ( ) : void

Protected Methods

Method Description
AddToManagers ( ) : void

Private Methods

Method Description
FindByName ( string name ) : IPositionedSizedObject

Method Details

AddGumLayerToFrbLayer() public method

public AddGumLayerToFrbLayer ( RenderingLibrary gumLayer, FlatRedBall frbLayer ) : void
gumLayer RenderingLibrary
frbLayer FlatRedBall
return void

AddToManagers() protected method

protected AddToManagers ( ) : void
return void

AssignReferences() public method

public AssignReferences ( ) : void
return void

AttachTo() public method

public AttachTo ( FlatRedBall.PositionedObject newParent, bool throwaway ) : void
newParent FlatRedBall.PositionedObject
throwaway bool
return void

CopyAbsoluteToRelative() public method

public CopyAbsoluteToRelative ( ) : void
return void

Destroy() public method

public Destroy ( ) : void
return void

Draw() public method

public Draw ( FlatRedBall camera ) : void
camera FlatRedBall
return void

GetGraphicalUiElementByName() public method

public GetGraphicalUiElementByName ( string name ) : GraphicalUiElement
name string
return Gum.Wireframe.GraphicalUiElement

GumIdb() public method

public GumIdb ( ) : FlatRedBall
return FlatRedBall

GumLayersOnFrbLayer() public method

public GumLayersOnFrbLayer ( FlatRedBall frbLayer ) : IEnumerable
frbLayer FlatRedBall
return IEnumerable

InstanceInitialize() public method

public InstanceInitialize ( ) : void
return void

LoadFromFile() public method

public LoadFromFile ( string fileName ) : void
fileName string
return void

StaticInitialize() public static method

public static StaticInitialize ( string projectFileName ) : void
projectFileName string
return void

Update() public method

public Update ( ) : void
return void