Jolt Physics
A multi core friendly Game Physics Engine
|
Function table for functions on shapes. More...
#include <Shape.h>
Static Public Member Functions | |
static ShapeFunctions & | sGet (EShapeSubType inSubType) |
Get an entry in the registry for a particular sub type. More... | |
Public Attributes | |
Shape *(* | mConstruct )() = nullptr |
Construct a shape. More... | |
Color | mColor = Color::sBlack |
Color of the shape when drawing. More... | |
Function table for functions on shapes.
|
inlinestatic |
Get an entry in the registry for a particular sub type.
Color ShapeFunctions::mColor = Color::sBlack |
Color of the shape when drawing.
Shape *(* ShapeFunctions::mConstruct) () = nullptr |
Construct a shape.