MD Package Technical & APi Documentation
MDG_Triangle :: MD_GeometryBase
Namespace: MDPackage.Geometry
Simple triangle/pyramid primitive generated at runtime in Unity Engine.
Read more here (Online documentation slide)
Public Methods
public void MDGTriangle_ChangeRightAngle(bool rAngle)
public void MDGTriangle_ChangeToPyramid(bool isPyramid)
public void MDGTriangle_ChangeScale(float scale)

public static GameObject CreateGeometry_Triangle()
public static GameObject CreateGeometry_TriangleRightAngle()
public static GameObject CreateGeometry_Pyramid()
Public Fields
public bool rightAngle = false;
public bool pyramid = false;