getColor
getColor
entity:getColor()
Ritorna il colore dell'entità .
Esempio 1. Esempio getColor
local ent = entmake{ {0,"CIRCLE"}, {10,Point(30,30,0)}, {40,15} }
ent:setColor(3)
print("\ncolore: " .. tostring(ent:getColor()))
Created with the Personal Edition of HelpNDoc: Streamline Your Documentation Process with HelpNDoc's Project Analyzer