GuidToIdTargetComponent

Namespace: Murder.Components
Assembly: Murder.dll

public sealed struct GuidToIdTargetComponent : IComponent

This is a component used to translate entity instaces guid to an actual entity id. Gets translated to IdTargetComponent.

Implements: IComponent

⭐ Constructors

public GuidToIdTargetComponent(Guid target)

Parameters
target Guid

⭐ Properties

Target

public readonly Guid Target;

Guid of the target entity.

Returns
Guid