Minor bugfix, added reflection notify
This commit is contained in:
@@ -62,7 +62,8 @@ namespace B3D
|
||||
void setShape(Enum::Shape::Value shape);
|
||||
void setChanged();
|
||||
void setSurface(int face, Enum::SurfaceType::Value surface);
|
||||
void setAnchored(bool anchored);
|
||||
void setAnchored(bool anchored);
|
||||
void reflectionNotify(ReflectionProperty<void*>* property);
|
||||
bool isAnchored();
|
||||
float getMass();
|
||||
bool isDragging();
|
||||
|
||||
Reference in New Issue
Block a user