Draw¶ Description¶ Called once every frame per entity if Entity::active allows for it. The ordering is based the value of Entity::drawGroup. Parameters¶ None. Syntax¶ CC++ void Draw(); void Draw(); Examples¶ CC++ void MyObject_Draw() { } void MyObject::Draw() { }