The XModelConfig type exposes the following members.

Methods

  NameDescription
ConvertToDefaultUnits
Converts the configuration to the default units.
EqualsOverloaded.
Finalize

Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.

(Inherited from Object.)
GetHashCode
Gets the hash code for this instance.
(Overrides ValueType..::.GetHashCode()()().)
GetType

Gets the Type of the current instance.

(Inherited from Object.)
MemberwiseClone

Creates a shallow copy of the current Object.

(Inherited from Object.)
ToString

Returns the fully qualified type name of this instance.

(Inherited from ValueType.)

Operators

  NameDescription
Equality
Tests whether the instance a and the instance b are equal.
Inequality
Tests whether the instance a and the instance b are not equal.

Fields

  NameDescription
Empty
Returns empty model configuration.

Properties

  NameDescription
AlignPoint
Gets or sets the relative point of the cube where the model will be aligned to.
Name
Gets or sets the configuration name.
Position
Gets or sets an offset of the model relative to the origin.
PositionUnit
Gets or sets the XModelConfig..::.VectorUnit unit and way of translation interpretation.
Rotation
Gets or sets the Vector3 rotation vector.
RotationUnit
Gets or sets the configuration XModelConfig..::.AngleUnit angle unit.
Scale
Gets or sets the scale. The unit vector Vector3 equals to the identity.
ScaleUnit
Gets or sets the XModelConfig..::.VectorUnit unit and way of scale interpretation.

See Also