CutsceneAnchorsComponent
Namespace: Murder.Components.Cutscenes
Assembly: Murder.dll
public sealed struct CutsceneAnchorsComponent : IComponent
This is a list of anchor points of cutscene.
Implements: IComponent
⭐ Constructors
public CutsceneAnchorsComponent()
public CutsceneAnchorsComponent(ImmutableDictionary<TKey, TValue> anchors)
Parameters
anchors
ImmutableDictionary<TKey, TValue>
⭐ Properties
Anchors
public readonly ImmutableDictionary<TKey, TValue> Anchors;
Returns
ImmutableDictionary<TKey, TValue>
⚡