DrawingQuadObject

Documentation of Synapse Z DrawingQuadObject class

FieldTypeDescription
__OBJECT_EXISTSboolwhenever the drawing object exists or not
__OBJECT_TYPEstringthe type of the drawing object
Visibleboolwhenever the drawing object is rendered or not
ZIndexnumberpriority of the drawing object renderer
Transparencynumbernumber between 0 and 1 where 0 is fully visible, 1 is fully invisible
Opacitynumbernumber between 0 and 1 where 0 is fully invisible, 1 is fully visible
ColorColor3the color of the drawing object
Thicknessnumberthickness of the drawing object
Filledboolwhenever the circle is filled or not
PointAVector2first point of the quad
PointBVector2second point of the quad
PointCVector2third point of the quad
PointDVector2fourth point of the quad

DrawingQuadObject:Remove

void DrawingQuadObject:Remove()

removes the drawing object from drawing object list