TryCreateTransitionAttribute Class

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
AttributeUsageAttribute

Methods

Name Value Summary
TryCreateTransitionAsset(Object) TransitionAssetBase
[Editor-Only] Tries to create an asset containing an appropriate transition for the `target`.
static