NcEngine
|
This is the complete list of members for nc::Shape, including all inherited members.
GetAssetId() const -> asset::AssetId (defined in nc::Shape) | nc::Shape | inline |
GetLocalScale() const -> const Vector3 & (defined in nc::Shape) | nc::Shape | inline |
GetType() const -> ShapeType (defined in nc::Shape) | nc::Shape | inline |
MakeBox(const Vector3 &extents=Vector3::Splat(1.0f)) -> Shape | nc::Shape | inlinestatic |
MakeCapsule(float height=2.0f, float radius=0.5f) -> Shape | nc::Shape | inlinestatic |
MakeCompound(asset::AssetId assetId, float scale=1.0f) -> Shape | nc::Shape | inlinestatic |
MakeConvexHull(asset::AssetId assetId, const Vector3 &scale=Vector3::One()) -> Shape | nc::Shape | inlinestatic |
MakeMesh(asset::AssetId assetId, const Vector3 &scale=Vector3::One()) -> Shape | nc::Shape | inlinestatic |
MakeSphere(float radius=0.5f) -> Shape | nc::Shape | inlinestatic |