CollisionData

AUTO-GENERATED FILE – DO NOT EDIT MANUALLY

This page documents the supported public API surface only. Private, internal, benchmark, test, and implementation-detail types are intentionally omitted.

Declaration

1
public class CollisionData

Summary

Collision data for placeables

Metadata

Namespace: GridPlacement.Core.Data

Source File: cs/Core/Data/CollisionData.cs

Assembly: GridPlacement.Core

Type: class

Properties

HasCollision

1
public bool HasCollision { get; set; }

Whether this placeable has collision


CollisionShape

1
public string CollisionShape { get; set; }

Collision shape type


Bounds

1
public CoreRect2I Bounds { get; set; }

Collision bounds


CollisionLayer

1
public int CollisionLayer { get; set; }

Layer mask for collision


CollisionMask

1
public int CollisionMask { get; set; }

Layer mask for what this collides with