Class Verdict
Assembly: Serenity.AnimationHub.Editor.dll
Syntax
public sealed class Verdict
Constructors
Verdict(bool, EditabilityReason, string, bool, string)
Declaration
public Verdict(bool canWriteCurves, EditabilityReason reason, string message, bool isHumanoid, string sourceAssetPath)
Parameters
Properties
CanWriteCurves
Declaration
public bool CanWriteCurves { get; }
Property Value
IsHumanoid
Declaration
public bool IsHumanoid { get; }
Property Value
| Type |
Description |
| bool |
Whether the clip drives a humanoid rig. Orthogonal to Reason — a humanoid clip
can be editable or blocked exactly like a generic one; this only changes Message.
|
Message
Declaration
public string Message { get; }
Property Value
| Type |
Description |
| string |
Ready-for-HelpBox text explaining Reason, with a muscle-curve warning appended
when IsHumanoid is true.
|
Reason
Declaration
public EditabilityReason Reason { get; }
Property Value
SourceAssetPath
Declaration
public string SourceAssetPath { get; }
Property Value