Strata - v1.4.10
    Preparing search index...

    Interface SandboxEntity

    interface SandboxEntity {
        behavior?: string;
        health?: number;
        id: string;
        metadata?: Record<string, unknown>;
        position: Vec3;
        rotation?: Vec3;
        type: string;
        velocity?: Vec3;
    }
    Index

    Properties

    behavior?: string
    health?: number
    id: string
    metadata?: Record<string, unknown>
    position: Vec3
    rotation?: Vec3
    type: string
    velocity?: Vec3