platformer - v1.0.0
    Preparing search index...

    Core spatial component required for world simulation. Stores position and velocity in world space.

    interface default {
        position: Vector;
        velocity: Vector;
    }
    Index

    Properties

    Properties

    position: Vector

    World position.

    velocity: Vector

    Current velocity in units per second.