UNPKG

the-world-engine

Version:

three.js based, unity like game engine for browser

7 lines (6 loc) 223 B
import { Component } from "../../hierarchy_object/Component"; /** * marker type for components that need to be updated when the z value of the object is changed */ export declare class ZaxisSortable extends Component { }