Struct EntityOutput
public struct EntityOutput : IEntityProperty<EntityOutput>
- Implements
- Inherited Members
Constructors
EntityOutput()
public EntityOutput()
EntityOutput(ref Entity, string, List<EntityOutputEntry>)
public EntityOutput(ref Entity entity, string name, List<EntityOutputEntry> entries)
Parameters
entity
Entityname
stringentries
List<EntityOutputEntry>
Properties
Entity
public readonly Entity Entity { get; }
Property Value
Entries
public List<EntityOutputEntry> Entries { readonly get; set; }
Property Value
Name
public readonly string Name { get; }
Property Value
Methods
Fire()
public void Fire()
ParseEntityProperty(ref Entity, ReadOnlySpan<char>, ReadOnlySpan<char>)
Modifies itself with the parsed data.
public static EntityOutput ParseEntityProperty(ref Entity entity, ReadOnlySpan<char> key, ReadOnlySpan<char> value)
Parameters
entity
Entitykey
ReadOnlySpan<char>value
ReadOnlySpan<char>