Class StaticMesh
- Namespace
- AlphaFramework.World.Components
- Assembly
- AlphaFramework.World.dll
Represents a non-animated mesh loaded from a file.
public class StaticMesh : Mesh, ICloneable
- Inheritance
-
objectStaticMesh
- Implements
- Inherited Members
- Extension Methods
Methods
Clone()
Creates a deep copy of this instance.
public override Render Clone()
Returns
CloneFromTo(StaticMesh, StaticMesh)
Copies all members declared by StaticMesh from one instance to another.
protected static void CloneFromTo(StaticMesh from, StaticMesh to)
Parameters
fromStaticMeshtoStaticMesh
CloneStaticMesh()
Creates a deep copy of this StaticMesh instance.
public StaticMesh CloneStaticMesh()
Returns
- StaticMesh
The new copy of the StaticMesh.