Static Public Member Functions | |
static Frame | CopyFrom (this Frame frame, Frame source) |
Copies the data from a source frame into a frame. More... | |
static Finger | CopyFrom (this Finger finger, Finger source) |
Copies the data from a source finger into a finger. More... | |
static Bone | CopyFrom (this Bone bone, Bone source) |
Copies the data from a source bone into a bone. More... | |
Copies the data from a source frame into a frame.
After the operation is complete, the frame will be identical to the source frame.
source | The source frame that is copied into a frame. |
Copies the data from a source finger into a finger.
After the operation is complete, the finger will be identical to the source finger.
source | The source finger that is copied into a finger. |