Table of Contents

Struct EcsLinkTarget

Namespace
ReFuel.Ecs
Assembly
ReFuel.dll
public struct EcsLinkTarget
Inherited Members

Constructors

EcsLinkTarget(EcsNode)

public EcsLinkTarget(EcsNode node)

Parameters

node EcsNode

Properties

Target

public readonly EcsNode Target { get; }

Property Value

EcsNode

Operators

implicit operator EcsLinkTarget(EcsNode)

public static implicit operator EcsLinkTarget(EcsNode node)

Parameters

node EcsNode

Returns

EcsLinkTarget