Summary
Returns a new
Animancer.PlayableAssetTransition
if the `target` is an UnityEngine.Playables.PlayableAsset.
- Assembly
- Animancer
.dll - Namespace
- Animancer
- Containing Type
- Playable
Asset Transition
Syntax
[TryCreateTransition(typeof(PlayableAsset))]
public static ITransition TryCreateTransition(Object target)
Attributes
| Type | Description |
|---|---|
| Try |
Attribute for static methods which try to create a transition from an object. |
Parameters
| Name | Type | Description |
|---|---|---|
| target | Object |
Return Value
| Type | Description |
|---|---|
| ITransition |