Interface IPlayableAsset
Namespace: UnityEngine.Playables
Assembly: UnityEngine.dll
Syntax
public interface IPlayableAsset
Properties
| Improve this Doc View Sourceduration
Declaration
double duration { get; }
Property Value
| Type | Description |
|---|---|
| Double |
outputs
Declaration
IEnumerable<PlayableBinding> outputs { get; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<PlayableBinding> |
Methods
| Improve this Doc View SourceCreatePlayable(PlayableGraph, GameObject)
Declaration
Playable CreatePlayable(PlayableGraph graph, GameObject owner)
Parameters
| Type | Name | Description |
|---|---|---|
| PlayableGraph | graph | |
| GameObject | owner |
Returns
| Type | Description |
|---|---|
| Playable |