Summary
Attribute for static methods which try to create a transition from an object.
- Assembly
- Animancer
.dll - Namespace
- Animancer
- Base Types
-
- Attribute
graph BT
Type-->Base0["Attribute"]
Type["TryCreateTransitionAttribute"]
class Type type-node
Syntax
[AttributeUsage(AttributeTargets.Method)]
public sealed class TryCreateTransitionAttribute : Attribute
Remarks
The method signature must be:
static ITransitionDetailed TryCreateTransition(Object target)
Attributes
Type | Description |
---|---|
Attribute |
Methods
Name | Value | Summary |
---|---|---|
Try |
TransitionAssetBase |
[Editor-Only] Tries to create an asset containing an appropriate transition for the `target`.
static
|