Class KenBurnsPlayable
Inheritance
PlayableAsset
KenBurnsPlayable
Implements
ITimelineClipAsset
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class KenBurnsPlayable : PlayableAsset, ITimelineClipAsset
Fields
controlActivation
Declaration
public bool controlActivation
Field Value
| Type |
Description |
| System.Boolean |
|
target
Declaration
public ExposedReference<KenBurnsEffect> target
Field Value
Properties
clipCaps
Declaration
public ClipCaps clipCaps { get; }
Property Value
| Type |
Description |
| ClipCaps |
|
Methods
CreatePlayable(PlayableGraph, GameObject)
Declaration
public override Playable CreatePlayable(PlayableGraph graph, GameObject go)
Parameters
| Type |
Name |
Description |
| PlayableGraph |
graph |
|
| GameObject |
go |
|
Returns
| Type |
Description |
| Playable |
|
Implements
ITimelineClipAsset