Crate fyrox_scripts

source ·
Expand description

A set of useful scripts that can be used to in your game.

Modules§

  • Flying camera controller script is used to create flying cameras, that can be rotated via mouse and moved via keyboard keys. See FlyingCameraController docs for more info and usage examples.

Functions§

  • Registers every script from the crate in the given constructor container. Use it, if you want to register all available scripts at once. Typical usage could be like this: