IMeshDeformationDefinition Methods |
The IMeshDeformationDefinition type exposes the following members.
| Name | Description | |
|---|---|---|
| AddControlPoint |
Adds and returns a control point to the definition.
| |
| AddControlPointFast |
Adds a control point to the definition.
This method can only be used between BeginUpdate and EndUpdate calls.
| |
| AddFixedPoint |
Adds and returns a fixed control point to the definition.
| |
| AddFixedPointFast |
Adds a fixed control point to the definition.
This method can only be used between BeginUpdate and EndUpdate calls.
| |
| BeginUpdate |
Prevents the deformation from updating mesh parameter lists until the EndUpdate() method is called.
This speeds up adding large amounts of parameters to the deformation definition.
| |
| EndUpdate |
Resumes updating mesh parameter lists after it was suspended by the BeginUpdate() method.
| |
| GetControlPoint(Int32) |
Returns a control point with the given index.
| |
| GetControlPoint(String) |
Returns a control point with the given index.
| |
| GetFixedPoint(Int32) |
Returns a fixed control point with the given index.
| |
| GetFixedPoint(String) |
Returns a fixed control point with the given index.
| |
| IsEqual |
Compares instances of mesh deformation definitions.
| |
| RemoveControlPoint |
Removes the specified control point from the definition.
| |
| RemoveFixedPoint |
Removes the specified fixed control point from the definition.
|