interface SpawnEntityOptions {
    initialPersistence?: boolean;
    initialRotation?: number;
}

Properties

initialPersistence?: boolean
initialRotation?: number