Property | Type | Description | |
---|---|---|---|
AddTextureRegion | void | ||
ModelEntityComponent | System.Collections.Generic |
Method | Description | |
---|---|---|
Clone ( Entity target ) : EntityComponent | ||
ModelEntityComponent ( Entity referringEntity, |
||
ModelEntityComponent ( EntityComponentDataCreationStruct parameters ) : System.Collections.Generic | ||
OnComponentRemove ( ) : void | ||
OnInitialized ( ) : void | ||
OnIsActiveChanged ( ) : void | ||
SetTexture ( int index ) : void | ||
Update ( |
Method | Description | |
---|---|---|
AddTextureRegion ( Microsoft.Xna.Framework.Graphics.Texture2D texture, |
||
ModelEntityComponent ( Entity referringEntity ) : System.Collections.Generic |
public Clone ( Entity target ) : EntityComponent | ||
target | Entity | |
return | EntityComponent |
public ModelEntityComponent ( Entity referringEntity, |
||
referringEntity | Entity | |
mesh | ||
material | Material | |
isBillboard | bool | |
return | System.Collections.Generic |
public ModelEntityComponent ( EntityComponentDataCreationStruct parameters ) : System.Collections.Generic | ||
parameters | EntityComponentDataCreationStruct | |
return | System.Collections.Generic |
public Update ( |
||
gameTime | ||
return | void |