ColliderInfo

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 record ColliderInfo

Summary

Information about a single collider.

Metadata

Namespace: GridPlacement.Core.Types

Source File: cs/Core/Types/TileInfo.cs

Assembly: GridPlacement.Core

Type: record

Implements

  • IEquatable<ColliderInfo>

Properties

Name

1
public string Name { get; init; }

Name of the collider node.


Type

1
public string Type { get; init; }

Type of the collider (Area2D, StaticBody2D, etc.).


IsSolid

1
public bool IsSolid { get; init; }

Whether this collider is solid (blocks placement).


CollisionLayer

1
public uint CollisionLayer { get; init; }

Collision layer mask.


CollisionMask

1
public uint CollisionMask { get; init; }

Collision mask.