Class AnimationReference
Inherited Members
Namespace: UnityEngine.AssetGraph
Syntax
[Serializable]
public class AnimationReference : ObjectReferenceBase<Animation>
Constructors
AnimationReference()
Declaration
public AnimationReference()
AnimationReference(Animation)
Declaration
public AnimationReference(Animation obj)
Parameters
| Type | Name | Description |
|---|---|---|
| Animation | obj |
AnimationReference(AnimationReference)
Declaration
public AnimationReference(AnimationReference r)
Parameters
| Type | Name | Description |
|---|---|---|
| AnimationReference | r |