Expand description
A set of useful scripts that can be used to in your game.
Modules§
- camera
- Flying camera controller script is used to create flying cameras, that can be rotated via mouse and moved via keyboard keys.
See
FlyingCameraControllerdocs for more info and usage examples.
Functions§
- register
- 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: