Delegate EcsApi.EmbedForEachStateManaged<T1, T2, T3, T4, T5, T6, TState>
Namespace: ReadyM.Relay.Server.Sdk.Ecs
Assembly: ReadyM.Relay.Server.Sdk.dll
public delegate void EcsApi.EmbedForEachStateManaged<T1, T2, T3, T4, T5, T6, in TState>(ref T1 c1, ref T2 c2, ref T3 c3, ref T4 c4, ref T5 c5, ref T6 c6, TState state) where T1 : struct where T2 : struct where T3 : struct where T4 : struct where T5 : struct where T6 : struct where TState : class
Parameters
c1 T1
c2 T2
c3 T3
c4 T4
c5 T5
c6 T6
state TState
Type Parameters
T1
T2
T3
T4
T5
T6
TState