MoveToLayer
Introduction
Example Code
EntityInstance.MoveToLayer(HudLayer);MoveToLayer Details
var circle = EntityInstance.CircleInstance;
bool makeAutomaticallyUpdated = false;
ShapeManager.AddToLayer(circle, DesiredLayer, makeAutomaticallyUpdated);Moving Parts of an Entity to Different Layers
Last updated
Was this helpful?