Module fyrox::script

source ·
Expand description

Script is used to add custom logic to scene nodes. See ScriptTrait for more info.

Modules§

  • A special container that is able to create nodes by their type UUID.

Structs§

Enums§

Traits§

  • Base script trait is used to automatically implement some trait to reduce amount of boilerplate code.
  • A script message’s payload.
  • Script is a set predefined methods that are called on various stages by the engine. It is used to add custom behaviour to game entities.