A class for recording a JointSet posture; a collection of positions for all the joints.
| C# | Visual Basic | Visual C++ |
public class Posture
Public Class Posture
public ref class Posture
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description |
|---|---|---|
| Posture()()() |
Constructor.
| |
| Equals(Object) | (Inherited from Object.) | |
| 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()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| JointPosition |
A GoalPosition for every Joint in the Posture.
| |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Move(JointSet) |
Move the JointSet to the recorded posture.
| |
| Name |
A user-supplied name for the posture.
| |
| Record(JointSet) |
Record the current posture of the JointSet.
| |
| Speed |
The speed for movement of the fastest joint.
| |
| ToString()()() |
Return the string representation of the object.
(Overrides Object.ToString()()().) |
| Object | |
| Posture | |