tiny.sdfii.low_level
Defined in tiny.sdfii.
API (17)
Types and contracts
Public types and contracts.
AbiAnimationAudioCommandsEcsInputInverseMotionNavigationPhysicsQueryRenderRigSceneUiWorldWos
Source
Source: fun/sdfii/src/engine/root.zig:57
zig
pub const low_level = struct { pub const Abi: type = abi.core; pub const Animation: type = abi.animation; pub const Audio: type = abi.audio; pub const Commands: type = abi.commands; pub const Ecs: type = abi.ecs; pub const Input: type = abi.input; pub const Inverse: type = abi.inverse; pub const Motion: type = abi.motion; pub const Navigation: type = abi.navigation; pub const Render: type = abi.render; pub const Rig: type = abi.rig; pub const Scene: type = abi.scene; pub const Query: type = abi.query; pub const Physics: type = abi.physics; pub const Ui: type = abi.ui; pub const World: type = abi.world; pub const Wos: type = abi.wos;};Source: fun/sdfii/src/root.zig:33
zig
pub const low_level = engine.low_level;Audit
| Definitions | 18 |
|---|---|
| Public names | 18 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |