Class ContentTransformer

ContentTransformer class

Represents the transform of a Content. Applies a transform to the underlaying content object (usually a Mesh, a Camera or a light)

public abstract class ContentTransformer

Properties

NameDescription
abstract Extras { get; set; }Gets or sets the custom data of this object.
HasRenderableContent { get; }Gets a value indicating whether Content implements IRenderableContent
Morphings { get; }
abstract Name { get; set; }Gets or sets the display text name, or null.

Methods

NameDescription
abstract DeepClone(DeepCloneContext)
abstract GetArmatureRoot()If this ContentTransformer uses a NodeBuilder armature, it returns the root of the armature.
GetCameraAsset()It this ContentTransformer contains a CameraBuilder
GetLightAsset()It this ContentTransformer contains a LightBuilder
abstract GetPoseWorldMatrix()
UseMorphing()
UseMorphing(string)

Other Members

NameDescription
struct DeepCloneContext

Remarks

Base class of:FixedTransformerRigidTransformerSkinnedTransformer

See Also