Attention: Here be dragons

This is the latest (unstable) version of this documentation, which may document features not available in or compatible with released stable versions.

MotionService🔗

Hérite: RefCounted

There is currently no description for this class. Please help us by contributing one !

Propriétés🔗

int

RATE_HZ

64

bool

running

false

float

delta

Dictionary [int, Thread]

_threads

Thread

_clock

Semaphore

_semaphore

Mutex

_mutex

int

tick

0

Méthodes🔗

void

_init()

void

register(id: int)

void

unregister(id: int)

void

_exit_tree()

void

_loop()

void

_worker(peer_id: int)


Descriptions de propriété🔗

int RATE_HZ = 64 🔗

There is currently no description for this property. Please help us by contributing one!


bool running = false 🔗

There is currently no description for this property. Please help us by contributing one!


float delta 🔗

  • void @delta_setter(value: float)

  • float @delta_getter()

There is currently no description for this property. Please help us by contributing one!


Dictionary [int, Thread] _threads 🔗

There is currently no description for this property. Please help us by contributing one!


Thread _clock 🔗

There is currently no description for this property. Please help us by contributing one!


Semaphore _semaphore 🔗

There is currently no description for this property. Please help us by contributing one!


Mutex _mutex 🔗

There is currently no description for this property. Please help us by contributing one!


int tick = 0 🔗

  • void @tick_setter(value: int)

There is currently no description for this property. Please help us by contributing one!


Descriptions de méthode🔗

void _init() 🔗

There is currently no description for this method. Please help us by contributing one!


void register(id: int) 🔗

There is currently no description for this method. Please help us by contributing one!


void unregister(id: int) 🔗

There is currently no description for this method. Please help us by contributing one!


void _exit_tree() 🔗

There is currently no description for this method. Please help us by contributing one!


void _loop() 🔗

There is currently no description for this method. Please help us by contributing one!


void _worker(peer_id: int) 🔗

There is currently no description for this method. Please help us by contributing one!