TetheredComponent

Namespace: Murder.Components
Assembly: Murder.dll

public sealed struct TetheredComponent : IComponent

Implements: IComponent

⭐ Constructors

public TetheredComponent(ImmutableArray<T> tetherPoints)

Parameters
tetherPoints ImmutableArray<T>

⭐ Properties

TetherPoints

public readonly ImmutableArray<T> TetherPoints;

Returns
ImmutableArray<T>

TetherPointsDict

public readonly ImmutableDictionary<TKey, TValue> TetherPointsDict;

Returns
ImmutableDictionary<TKey, TValue>