Adds the ability to the ShapeAsset to get the resource of the shape.

This commit is contained in:
Areloch 2016-05-13 23:14:55 -05:00
parent 58fb8d36ac
commit 1299b527f1

View file

@ -76,6 +76,8 @@ public:
TSShape* getShape() { return mShape; }
Resource<TSShape> getShapeResource() { return mShape; }
protected:
virtual void onAssetRefresh(void) {}
};