Answers for "ecs get specific entities with component"

C#
0

ecs get specific entities with component

EntityQuery m_Group = GetEntityQuery(typeof(RotationQuaternion), ComponentType.ReadOnly<RotationSpeed>());
Posted by: Guest on July-01-2020

C# Answers by Framework

Browse Popular Code Answers by Language