Class ModelClipCreator.Result
Outcome of any of this type's three operations — each populates only its own asset-path field.
Namespace: Serenity.Editor.AnimationHub.Authoring
Assembly: Serenity.AnimationHub.Editor.dll
Syntax
public sealed class ModelClipCreator.Result : SerenityCreationResult
Constructors
Result()
Declaration
public Result()
Fields
ClipAssetPath
Declaration
public string ClipAssetPath
Field Value
| Type | Description |
|---|---|
| string | Populated by GenerateClip(Input). |
CopiedClipPath
Declaration
public string CopiedClipPath
Field Value
| Type | Description |
|---|---|
| string | Populated by DuplicateEmbeddedClip(Input). |
Message
Declaration
public string Message
Field Value
| Type | Description |
|---|---|
| string |
VariantAssetPath
Declaration
public string VariantAssetPath
Field Value
| Type | Description |
|---|---|
| string | Populated by CreatePrefabVariant(Input). |