Enfusion Script API
|
This is the complete list of members for Shape, including all inherited members.
Clone() | Managed | |
Create(ShapeType type, int color, ShapeFlags flags, vector p1, vector p2) | Shape | static |
CreateArrow(vector from, vector to, float size, int color, ShapeFlags flags) | Shape | static |
CreateCylinder(int color, ShapeFlags flags, vector origin, float radius, float length) | Shape | static |
CreateLines(int color, ShapeFlags flags, vector p[], int num) | Shape | static |
CreateSphere(int color, ShapeFlags flags, vector origin, float radius) | Shape | static |
CreateTris(int color, ShapeFlags flags, vector p[], int num) | Shape | static |
GetMatrix(out vector mat[4]) | Shape | |
SetColor(int color) | Shape | |
SetFlags(ShapeFlags flags) | Shape | |
SetMatrix(vector mat[4]) | Shape | |
~Shape() | Shape |