Gondwana Game Engine
Gondwana is a cross-platform 2.5D game and rendering engine written in C#/.NET 8. It provides fine-grained control over rendering, timing, and scene composition, with built-in support for parallax, z-ordering, pixel overhang, collision detection, and particle effects. Gondwana targets desktop, mobile, and web platforms using SkiaSharp for graphics and NAudio for sound.
Loading...
Searching...
No Matches
Gondwana.Collisions.ICollisionEntity Interface Reference

Represents an entity that participates in the collision system and has a defined collision area. More...

Inheritance diagram for Gondwana.Collisions.ICollisionEntity:
Gondwana.Collisions.ICollisionMovableEntity Gondwana.Drawing.Tile Gondwana.Drawing.Sprites.Sprite Gondwana.Drawing.Sprites.Sprite Gondwana.Scenes.SceneLayerTile

Properties

Rectangle CollisionArea [get]
 Gets the collision area of this entity in world pixel coordinates.

Detailed Description

Represents an entity that participates in the collision system and has a defined collision area.

Property Documentation

◆ CollisionArea

Rectangle Gondwana.Collisions.ICollisionEntity.CollisionArea
get

Gets the collision area of this entity in world pixel coordinates.

Implemented in Gondwana.Drawing.Tile.