Class ModelAnimationValidator.Sections
The groups a finding can belong to, in the hub's own vocabulary.
Inherited Members
Namespace: Serenity.Editor.AnimationHub.Discovery
Assembly: Serenity.AnimationHub.Editor.dll
Syntax
public static class ModelAnimationValidator.Sections
Fields
Animator
Whether the model itself is writable, and whether each Animator has an avatar/motion match.
Declaration
public const string Animator = "Animator"
Field Value
| Type | Description |
|---|---|
| string |
Clips
The model's clip list: legacy, embedded and unwired entries.
Declaration
public const string Clips = "Clips"
Field Value
| Type | Description |
|---|---|
| string |
Controller
The AnimatorController: its assignment, its layers, and its transitions' conditions.
Declaration
public const string Controller = "Controller"
Field Value
| Type | Description |
|---|---|
| string |
Parameters
Declared parameters that transitions do or do not read.
Declaration
public const string Parameters = "Parameters"
Field Value
| Type | Description |
|---|---|
| string |
Procedural
The model's Procedural Animator setup: components present, the rig's bone bindings, and the applier's own diagnostics.
Declaration
public const string Procedural = "Procedural Setup"
Field Value
| Type | Description |
|---|---|
| string |
States
Each state's own motion.
Declaration
public const string States = "States"
Field Value
| Type | Description |
|---|---|
| string |