Table of Contents

Class AnimatedMesh

Namespace
AlphaFramework.World.Components
Assembly
AlphaFramework.World.dll

Represents an animated mesh loaded from a file.

public class AnimatedMesh : Mesh, ICloneable
Inheritance
object
AnimatedMesh
Implements
Inherited Members
Extension Methods

Methods

Clone()

Creates a deep copy of this instance.

public override Render Clone()

Returns

Render

CloneAnimatedMesh()

Creates a deep copy of this AnimatedMesh instance.

public AnimatedMesh CloneAnimatedMesh()

Returns

AnimatedMesh

The new copy of the AnimatedMesh.

CloneFromTo(AnimatedMesh, AnimatedMesh)

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

protected static void CloneFromTo(AnimatedMesh from, AnimatedMesh to)

Parameters

from AnimatedMesh
to AnimatedMesh

See Also