Class TagComponentClip<TTag, TType0>
Inheritance
TagComponentClip<TTag, TType0>
Inherited Members
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Syntax
public abstract class TagComponentClip<TTag, TType0> : ComponentClip, IPlayableAsset, ITimelineClipAsset where TTag : struct, IComponentData where TType0 : struct, IComponentData
Type Parameters
Name |
Description |
TTag |
|
TType0 |
|
Properties
clipCaps
Declaration
public ClipCaps clipCaps { get; }
Property Value
Implements
componentType
Declaration
public override sealed Type componentType { get; }
Property Value
Overrides
Methods
Convert(Entity, ConversionContext)
Declaration
public override void Convert(Entity clipEntity, ConversionContext context)
Parameters
Overrides