Class TagComponentClip<TTag, TType0>
Inheritance
TagComponentClip<TTag, TType0>
Syntax
public abstract class TagComponentClip<TTag, TType0> : ComponentClip, ITimelineClipAsset where TTag : struct, IComponentData where TType0 : struct, IComponentData
Type Parameters
Name |
Description |
TTag |
|
TType0 |
|
Properties
clipCaps
Declaration
public ClipCaps clipCaps { get; }
Property Value
Type |
Description |
ClipCaps |
|
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