AlphaFramework API  1.0.3
List of all members
AlphaFramework.World.Components.StaticMesh Class Reference

Represents a non-animated mesh loaded from a file. More...

Inheritance diagram for AlphaFramework.World.Components.StaticMesh:
AlphaFramework.World.Components.Mesh AlphaFramework.World.Components.Render

Additional Inherited Members

- Public Member Functions inherited from AlphaFramework.World.Components.Mesh
override string ToString ()
 
- Public Member Functions inherited from AlphaFramework.World.Components.Render
override string ToString ()
 
Render Clone ()
 Creates a shallow copy of this Render More...
 
- Properties inherited from AlphaFramework.World.Components.Mesh
string Filename [get, set]
 The filename of the mesh-file to use for rendering. More...
 
float RotationX [get, set]
 How the mesh loaded from the file shall be rotated around the X axis (east to west). More...
 
float RotationY [get, set]
 How the mesh loaded from the file shall be rotated around the Y axis (top to bottom). More...
 
float RotationZ [get, set]
 How the mesh loaded from the file shall be rotated around the Z axis (north to south). More...
 
float Scale = 1 [get, set]
 A factor by which to scale the mesh loaded from the file. More...
 
int Alpha [get, set]
 The level of transparency from 0 (solid) to 255 (invisible), 256 for alpha channel, -256 for binary alpha channel, 257 for additive blending. More...
 
bool Pickable = true [get, set]
 Can this mesh be picked with the mouse? More...
 
ViewType RenderIn [get, set]
 In what kind of Views shall this mesh be rendered? More...
 
- Properties inherited from AlphaFramework.World.Components.Render
Vector3 Shift [get, set]
 How this component is to be shifted before rendering. More...
 
bool ShiftSpecified [get, set]
 Indicates whether Shift has been set to a non-default value. More...
 

Detailed Description

Represents a non-animated mesh loaded from a file.

See also
EntityTemplateBase<TSelf>.Render

The documentation for this class was generated from the following file: