csharp
public record class WorldFrameA fixed place in the world.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (1)
public BoneTransform TransformWhere, in world space.
Methods (3)
public WorldFrame(BoneTransform Transform)A fixed place in the world.
public WorldFrame(Vector3 position)A fixed point in the world, unrotated.
public bool TryResolve(in ConstraintContext context, out Frame frame)Works out where the frame is.
Used by (8)
- ConstraintStageBenchmarksVixen.Benchmarks.Animation
- AuthoringTestsVixen.Animation.Tests
- ConstraintFrameRecordVixen.Animation
- ConstraintTestsVixen.Animation.Tests
- GizmoTestsVixen.Animation.Tests
- JointLimitTestsVixen.Animation.Tests
- PlacementTestsVixen.Animation.Tests
- TrajectoryTestsVixen.Animation.Tests