Summary
    Returns a new 
		Animancer.ClipTransition
    if the `target` is an UnityEngine.AnimationClip.
    - Assembly
- Animancer.dll 
- Namespace
- Animancer
- Containing Type
- ClipTransition
Syntax
[TryCreateTransition(typeof(AnimationClip))]
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 |