Table of Contents

Interface IBlockCell

Namespace
Gamelogic.Grids.Examples
Assembly
Assembly-CSharp.dll
public interface IBlockCell
Extension Methods

Properties

gameObject

GameObject gameObject { get; }

Property Value

GameObject

transform

Transform transform { get; }

Property Value

Transform

Methods

GetCover(RectPoint)

PointList<RectPoint> GetCover(RectPoint point)

Parameters

point RectPoint

Returns

PointList<RectPoint>

ResetPosition()

void ResetPosition()