C4 Engine
C4 Engine API Documentation

class GenericGeometry

Defined in:  C4Geometries.h
The GenericGeometry class represents a generic geometry node in a world.
Definition

class GenericGeometry final : public Geometry

Constructor

GenericGeometry(const Geometry *geometry);

Parameters
geometry A pointer to another geometry node that is copied into the generic geometry.
Description
The GenericGeometry class represents a generic geometry node in the world.
Base Classes
Geometry A generic geometry node is a specific type of geometry.
See Also

GenericGeometryObject