Table of Contents

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
object
StaticMesh
Implements
Inherited Members
Extension Methods

Methods

Clone()

Creates a deep copy of this instance.

public override Render Clone()

Returns

Render

CloneFromTo(StaticMesh, StaticMesh)

Copies all members declared by StaticMesh from one instance to another.

protected static void CloneFromTo(StaticMesh from, StaticMesh to)

Parameters

from StaticMesh
to StaticMesh

CloneStaticMesh()

Creates a deep copy of this StaticMesh instance.

public StaticMesh CloneStaticMesh()

Returns

StaticMesh

The new copy of the StaticMesh.

See Also