Show / Hide Table of Contents

Class TesseraTransformedTile

Definesa Unity tile that has a specific transform applied to it. Used by TesseraTilemapOutput

Inheritance
Object
TesseraTransformedTile
Namespace: Tessera
Assembly: cs.temp.dll.dll
Syntax
public class TesseraTransformedTile : Tile

Fields

localScale

Declaration
public Vector3 localScale
Field Value
Type Description
Vector3

position

Declaration
public Vector3 position
Field Value
Type Description
Vector3

rotation

Declaration
public Quaternion rotation
Field Value
Type Description
Quaternion

useWorld

Declaration
public bool useWorld
Field Value
Type Description
Boolean

Methods

StartUp(Vector3Int, ITilemap, GameObject)

Declaration
public override bool StartUp(Vector3Int position, ITilemap tilemap, GameObject go)
Parameters
Type Name Description
Vector3Int position
ITilemap tilemap
GameObject go
Returns
Type Description
Boolean
Back to top Generated by DocFX