Show / Hide Table of Contents

Class CustomTilemapLayersHandler

Inheritance
System.Object
TilemapLayersHandlerBaseGrid2D
CustomTilemapLayersHandler
Implements
ITilemapLayersHandlerGrid2D
Namespace: Edgar.Unity.Edgar.Tests.Runtime.Scenes.TilemapLayersStructure
Assembly: cs.temp.dll.dll
Syntax
public class CustomTilemapLayersHandler : TilemapLayersHandlerBaseGrid2D, ITilemapLayersHandlerGrid2D

Methods

AddCompositeCollider(GameObject)

Declaration
protected void AddCompositeCollider(GameObject gameObject)
Parameters
Type Name Description
GameObject gameObject

CreateTilemapGameObject(String, GameObject, Int32)

Declaration
protected GameObject CreateTilemapGameObject(string name, GameObject parentObject, int sortingOrder)
Parameters
Type Name Description
System.String name
GameObject parentObject
System.Int32 sortingOrder
Returns
Type Description
GameObject

InitializeTilemaps(GameObject)

Initializes individual tilemap layers.

Declaration
public override void InitializeTilemaps(GameObject gameObject)
Parameters
Type Name Description
GameObject gameObject
Overrides
TilemapLayersHandlerBaseGrid2D.InitializeTilemaps(GameObject)

Implements

ITilemapLayersHandlerGrid2D
In This Article
Back to top Generated by DocFX