Returns a reference handle for this resource.
Gets the shape hash. Useful to check if two shapes are equal.
Determines if the resource is destroyed.
Returns the meta data of this resource.
Name of the resource. Use primarily for easier identification and not important to the engine itself.
Compares two shapes to check for equality.
A shape is an object that uses mathematical and vector descriptions to be drawn. It can, theoretically, be scaled indefinitely.
Shapes can be rendered to a texture. The Shape object holds the list of all commands that need to be executed by the system to render the shape. You can submit a shape for rendering using it's method.