Vixen
02b45cc4
csharp
public readonly record struct AuthoringActor

One actor in the scene a clip was marked up against.

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

Fields and properties (4)

  • public string Name

    What the track calls it.

  • public string Clip

    Which clip it was playing, by asset path, or empty.

  • public BoneTransform Where

    Where it was at the moment being looked at, in world space.

  • public string Held

    Whether the subject was holding it, and by which socket.

Methods (1)

  • public AuthoringActor(string Name, string Clip, BoneTransform Where, string Held)

    One actor in the scene a clip was marked up against.

Used by (2)

  • AuthoringContextVixen.Editor.AssetEditors
  • AuthoringContextTestsVixen.Editor.AssetEditors.Tests