Why use it
The method is `const`, so it does not mutate the object through this API surface.
EPOK RUNTIME
Method · 1 overload
Performs `field of view` as part of the object model module.
Fixed field_of_view() constPerforms `field of view` 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::Camera3DComponent& object = /* obtain a valid instance */;
auto result = object.field_of_view();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:749
class_idPerforms `class id` as part of the object model module.MethodenabledPerforms `enabled` as part of the object model module.Methodentity_slotPerforms `entity slot` as part of the object model module.Methodmake_activePerforms `make active` as part of the object model module.Methodset_enabledSets enabled as part of the object model module.Methodset_field_of_viewSets field of view as part of the object model module.Method