Why use it
The method is `const`, so it does not mutate the object through this API surface.
EPOK RUNTIME
Method · 1 overload
Performs `rotation` as part of the object model module.
Fixed rotation() constPerforms `rotation` as part of the object model module.
This overload takes no parameters.
Returns: Fixed. Check the value before continuing when it represents success, availability or a resource handle.
#include "object_model.hpp"
epok::SceneComponent2D& object = /* obtain a valid instance */;
auto result = object.rotation();The method is `const`, so it does not mutate the object through this API surface.
Call it only in the lifecycle phase described by the module. Validate indices, capacities and object state before use.
Declared in runtime/object_model.hpp:577
attach_slotPerforms `attach slot` as part of the object model module.Methodattach_toPerforms `attach to` as part of the object model module.Methodclass_idPerforms `class id` as part of the object model module.Methodposition_xPerforms `position x` as part of the object model module.Methodposition_yPerforms `position y` as part of the object model module.Methodset_positionSets position as part of the object model module.Methodset_rotationSets rotation as part of the object model module.Methodset_scaleSets scale as part of the object model module.Method