C# Class Pokemon3D.Entities.System.Components.ModelEntityComponent

Inheritance: EntityComponent
Afficher le fichier Open project: nilllzz/Pokemon3D Class Usage Examples

Private Properties

Свойство Type Description
AddTextureRegion void
ModelEntityComponent System.Collections.Generic

Méthodes publiques

Méthode Description
Clone ( Entity target ) : EntityComponent
ModelEntityComponent ( Entity referringEntity, Mesh mesh, Material material, bool isBillboard ) : System.Collections.Generic
ModelEntityComponent ( EntityComponentDataCreationStruct parameters ) : System.Collections.Generic
OnComponentRemove ( ) : void
OnInitialized ( ) : void
OnIsActiveChanged ( ) : void
SetTexture ( int index ) : void
Update ( GameTime gameTime ) : void

Private Methods

Méthode Description
AddTextureRegion ( Microsoft.Xna.Framework.Graphics.Texture2D texture, Rectangle region ) : void
ModelEntityComponent ( Entity referringEntity ) : System.Collections.Generic

Method Details

Clone() public méthode

public Clone ( Entity target ) : EntityComponent
target Entity
Résultat EntityComponent

ModelEntityComponent() public méthode

public ModelEntityComponent ( Entity referringEntity, Mesh mesh, Material material, bool isBillboard ) : System.Collections.Generic
referringEntity Entity
mesh Pokemon3D.Rendering.Data.Mesh
material Material
isBillboard bool
Résultat System.Collections.Generic

ModelEntityComponent() public méthode

public ModelEntityComponent ( EntityComponentDataCreationStruct parameters ) : System.Collections.Generic
parameters EntityComponentDataCreationStruct
Résultat System.Collections.Generic

OnComponentRemove() public méthode

public OnComponentRemove ( ) : void
Résultat void

OnInitialized() public méthode

public OnInitialized ( ) : void
Résultat void

OnIsActiveChanged() public méthode

public OnIsActiveChanged ( ) : void
Résultat void

SetTexture() public méthode

public SetTexture ( int index ) : void
index int
Résultat void

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void