Delegate EcsApi.EmbedForEachState<T, TState>
Namespace: ReadyM.Relay.Server.Sdk.Ecs
Assembly: ReadyM.Relay.Server.Sdk.dll
public delegate void EcsApi.EmbedForEachState<T, TState>(ref T component, ref TState state) where T : struct
Parameters
component T
state TState
Type Parameters
T
TState