Click or drag to resize
TileMap Properties

The TileMap type exposes the following members.

Properties
  NameDescription
Public property_GameObject
Get the game object this component is attached to.
(Inherited from BaseComponent.)
Public propertyBatchSize
How many tiles are in a single batch (for culling optimizations).
Public propertyEnabled
Is this component currently enabled.
(Inherited from BaseComponent.)
Public propertyName
Get / set the name of this component.
(Inherited from IComponent.)
Top
See Also