C4 Engine
C4 Engine API Documentation

class ExtrusionGeometry

Defined in:  C4Primitives.h
The ExtrusionGeometry class represents a path extrusion primitive node in a world.
Definition

class ExtrusionGeometry final : public PathPrimitiveGeometry

Constructor

ExtrusionGeometry(const Path *path, const Vector2D& size, float height);

Parameters
path The path making up the base of the extrusion.
size The base size of the extrusion.
height The height of the extrusion.
Description
Base Classes
PathPrimitiveGeometry A path extrusion is a specific type of path primitive geometry.
See Also

ExtrusionGeometryObject