CollisionProcessorInput

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 CollisionProcessorInput

Summary

Input data for collision processing operations

Metadata

Namespace: GridPlacement.Core.Types

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

Assembly: GridPlacement.Core

Type: class

Properties

Position

1
public CoreVector2I Position { get; set; }

Position of the object being checked


Size

1
public CoreVector2I Size { get; set; }

Size/dimensions of the object


CollisionShape

1
public ICollisionShapeData? CollisionShape { get; set; }

Collision shape or geometry data


GridSize

1
public int GridSize { get; set; }

Grid size for collision detection


Context

1
public Dictionary<string, object> Context { get; set; }

Additional context data for collision processing