Vixen
02b45cc4
csharp
public record class WorldFrame

A fixed place in the world.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (1)

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