csharp
public enum GoalKindWhat a goal asks for. There are four, and the fifth candidate is always a composite.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (4)
PositionA joint, or an offset from one, should be at a point.
OrientationA joint's rotation should align with one.
AimAn axis on a joint should point at something.
DistanceTwo joints should be a certain distance apart.
Used by (19)
- AimGoalVixen.Animation
- AuthoringTestsVixen.Animation.Tests
- ConstraintGizmoStyleVixen.Animation
- ConstraintGizmosVixen.Animation
- ConstraintGoalVixen.Animation
- ConstraintProposalsVixen.Animation
- ConstraintResidualVixen.Animation
- ConstraintTagRecordVixen.Animation
- DefaultConstraintArbiterVixen.Animation
- DistanceGoalVixen.Animation
- GoalKindSchemaVixen.Animation
- HarnessTestsVixen.Animation.Tests
- OrientationGoalVixen.Animation
- PositionGoalVixen.Animation
- TypeRegistrationVixen.Animation
- Vixen_Animation_Constraints_ConstraintTagRecordSerializerVixen.Animation
- AnimationClipImporterVixen.Editor.Assets
- AnimationClipViewVixen.Editor.AssetEditors
- AuthoringTestsVixen.Editor.AssetEditors.Tests