csharp
public struct RetargetMap.BuilderAssembles a mapping.
No guide page documents this yet — the page shows what the code says about itself.
Methods (4)
public RetargetMap.Builder ByName(string sourcePrefix = "", StringComparison comparison = Ordinal)Maps every target joint whose name a source joint also has.
public RetargetMap.Builder Map(string sourceJoint, string targetJoint, RetargetMode mode = Rotation)Maps one joint by name.
public RetargetMap.Builder SetMode(string targetJoint, RetargetMode mode)Changes what an already-mapped target joint takes.
public readonly RetargetMap Build()Finishes the mapping.
Used by (2)
- RetargetMapVixen.Animation
- RetargetingTestsVixen.Animation.Tests