AddMergedCollisionFromLayer
Introduction
Code Example
myShapecollection.AddCollisionFrom(CurrentTileMap, LayerInCurrentTileMap,
(list => list.Any(item => item.Name == "IsSpike" && item.Value == "true")));Last updated
Was this helpful?