UNPKG

the-world-engine

Version:

three.js based, unity like game engine for browser

8 lines (7 loc) 181 B
/** * reference object for call by reference. this class used when building hierarchy */ export declare class PrefabRef<T> { ref: T | null; constructor(ref?: T | null); }