Class SubPrefabClip
Inheritance
SubPrefabClip
Syntax
[Serializable]
public class SubPrefabClip : DOTSClip, ITimelineClipAsset, IDeclareNestedPlayableDirector
Fields
subDirector
Declaration
public PlayableDirector subDirector
Field Value
Type |
Description |
PlayableDirector |
|
Properties
clipCaps
Declaration
public ClipCaps clipCaps { get; }
Property Value
Type |
Description |
ClipCaps |
|
duration
Declaration
public override double duration { get; }
Property Value
Methods
CreateClipEntity(ConversionContext)
Creates an entity from this clip, using the context object provided. Override this method to change the default
clip create method, or return Entity.Null where a conversion is not required
Declaration
public override Entity CreateClipEntity(ConversionContext context)
Parameters
Returns
Overrides
DeclareReferencedPrefabs(ConversionContext, List<GameObject>)
Declaration
public override void DeclareReferencedPrefabs(ConversionContext context, List<GameObject> referencedPrefabs)
Parameters
Overrides
GetNestedDirectors(IExposedPropertyTable, List<PlayableDirector>)
Declaration
public void GetNestedDirectors(IExposedPropertyTable propertyTable, List<PlayableDirector> nestedDirectors)
Parameters
Type |
Name |
Description |
IExposedPropertyTable |
propertyTable |
|
List<PlayableDirector> |
nestedDirectors |
|
Implements