C# Class FlatRedBall.Gum.GumIdb

Inheritance: IDrawableBatch, RenderingLibrary.Graphics.IVisible
Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Private Properties

Свойство Type Description
FindByName IPositionedSizedObject

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
AddToManagers ( ) : void

Private Methods

Méthode Description
FindByName ( string name ) : IPositionedSizedObject

Method Details

AddGumLayerToFrbLayer() public méthode

public AddGumLayerToFrbLayer ( RenderingLibrary gumLayer, FlatRedBall frbLayer ) : void
gumLayer RenderingLibrary
frbLayer FlatRedBall
Résultat void

AddToManagers() protected méthode

protected AddToManagers ( ) : void
Résultat void

AssignReferences() public méthode

public AssignReferences ( ) : void
Résultat void

AttachTo() public méthode

public AttachTo ( FlatRedBall.PositionedObject newParent, bool throwaway ) : void
newParent FlatRedBall.PositionedObject
throwaway bool
Résultat void

CopyAbsoluteToRelative() public méthode

public CopyAbsoluteToRelative ( ) : void
Résultat void

Destroy() public méthode

public Destroy ( ) : void
Résultat void

Draw() public méthode

public Draw ( FlatRedBall camera ) : void
camera FlatRedBall
Résultat void

GetGraphicalUiElementByName() public méthode

public GetGraphicalUiElementByName ( string name ) : GraphicalUiElement
name string
Résultat Gum.Wireframe.GraphicalUiElement

GumIdb() public méthode

public GumIdb ( ) : FlatRedBall
Résultat FlatRedBall

GumLayersOnFrbLayer() public méthode

public GumLayersOnFrbLayer ( FlatRedBall frbLayer ) : IEnumerable
frbLayer FlatRedBall
Résultat IEnumerable

InstanceInitialize() public méthode

public InstanceInitialize ( ) : void
Résultat void

LoadFromFile() public méthode

public LoadFromFile ( string fileName ) : void
fileName string
Résultat void

StaticInitialize() public static méthode

public static StaticInitialize ( string projectFileName ) : void
projectFileName string
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void