Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the final frame within the sprite sheet of the foreground gripping animation.
Syntax
public:
property int32 GrippingForegroundFinalFrame {
int32 get ();
}
public int GrippingForegroundFinalFrame { get; }
var grippingForegroundFinalFrame = cursorSpriteSheetDefinition.grippingForegroundFinalFrame;
Property value
[C++]
[C#]
[JavaScript]
Type: int32
Type: int
Type: Number
The final frame within the sprite sheet of the foreground gripping animation.
Requirements
Namespace: Microsoft.Kinect.Toolkit.Input
Assembly: (in )
See also
Reference
CursorSpriteSheetDefinition Class
Microsoft.Kinect.Toolkit.Input Namespace