Interface IEntityProperty<T>

Namespace
Elegy.ECS
Assembly
Elegy.ECS.dll
public interface IEntityProperty<out T>

Type Parameters

T

Methods

ParseEntityProperty(ref Entity, ReadOnlySpan<char>, ReadOnlySpan<char>)

Modifies itself with the parsed data.

public static abstract T ParseEntityProperty(ref Entity entity, ReadOnlySpan<char> key, ReadOnlySpan<char> value)

Parameters

entity Entity
key ReadOnlySpan<char>
value ReadOnlySpan<char>

Returns

T