Epok Engine

EPOK RUNTIME

epok::ActorData

Struct

Struct

Struct declared by the epok module for the epok module.

Namespace
epok
Header
epok.hpp
Include
#include "epok.hpp"
Module
epok
Source
runtime/epok.hpp:143

Basic usage

This minimal snippet shows the normal syntax for reaching the type. Open a member below for an operation-specific example.

C++ example
#include "epok.hpp"

epok::ActorData& value = /* obtain a valid instance from your game */;

Fields and constants

activeExposes `active` on `epok::ActorData` for the epok module.FieldaliveExposes `alive` on `epok::ActorData` for the epok module.FieldanimatorExposes `animator` on `epok::ActorData` for the epok module.FieldaudioExposes `audio` on `epok::ActorData` for the epok module.Fieldbaked_color_countExposes `baked_color_count` on `epok::ActorData` for the epok module.Fieldbaked_colorsExposes `baked_colors` on `epok::ActorData` for the epok module.Fieldblob_shadowExposes `blob_shadow` on `epok::ActorData` for the epok module.FieldcameraExposes `camera` on `epok::ActorData` for the epok module.Fieldcamera_settingsExposes `camera_settings` on `epok::ActorData` for the epok module.FieldcanvasExposes `canvas` on `epok::ActorData` for the epok module.FieldcolliderExposes `collider` on `epok::ActorData` for the epok module.FieldgenerationExposes `generation` on `epok::ActorData` for the epok module.FieldgeometryExposes `geometry` on `epok::ActorData` for the epok module.FieldimageExposes `image` on `epok::ActorData` for the epok module.FieldlightExposes `light` on `epok::ActorData` for the epok module.FieldlightingExposes `lighting` on `epok::ActorData` for the epok module.FieldmaterialExposes `material` on `epok::ActorData` for the epok module.FieldmeshExposes `mesh` on `epok::ActorData` for the epok module.FieldnameExposes `name` on `epok::ActorData` for the epok module.FieldownerExposes `owner` on `epok::ActorData` for the epok module.Fieldpalette_animatorExposes `palette_animator` on `epok::ActorData` for the epok module.FieldparentExposes `parent` on `epok::ActorData` for the epok module.Fieldparticle_emitterExposes `particle_emitter` on `epok::ActorData` for the epok module.FieldprogressExposes `progress` on `epok::ActorData` for the epok module.FieldrectExposes `rect` on `epok::ActorData` for the epok module.FieldspriteExposes `sprite` on `epok::ActorData` for the epok module.Fieldsprite_animatorExposes `sprite_animator` on `epok::ActorData` for the epok module.FieldtextExposes `text` on `epok::ActorData` for the epok module.FieldtiledExposes `tiled` on `epok::ActorData` for the epok module.FieldtransformExposes `transform` on `epok::ActorData` for the epok module.Field

Public methods