Transformable
Object Hierarchy:
Description:
[ Compact ]
[ CCode ( cname = "sfTransformable" , copy_function = "sfTransformable_copy" , cprefix = "Transformable_" , free_function = "sfTransformable_destroy" ) ]
public class Transformable
Decomposed transform defined by a position, a rotation and a scale.
Content:
Properties:
- public Vector2f origin { get; set; }
property of the local origin of the object
- public Vector2f position { get; set; }
property of the position of the object
- public float rotation { get; set; }
property of the orientation of the object
- public Vector2f scale { get; set; }
property of the current scale of the object
Creation methods:
Methods: