Api Sandbox ModelEditor HandPoseAttribute
class

HandPoseAttribute

public class HandPoseAttribute : BaseModelDocAttribute

A helper used for VR hand purposes.

Constructors

HandPoseAttribute(String originKey, String anglesKey, String model, Boolean isRightHand)
originKey — Internal name of the key to store position in.
anglesKey — Internal name of the key to store angles in.
model — Path to a model to use.
isRightHand — Whether this helper represents the right hand or not. This decides the names of the bones the helper will try to use.

Properties

Name Type Description
Label String Text label this helper will have when hovered/selected.
Enabled String Internal name of the key that controls whether this helper is visible or not.
Assembly: Sandbox.Engine Namespace: Sandbox.ModelEditor Full Name: Sandbox.ModelEditor.HandPoseAttribute