phaser-jsx
Version:
Use JSX in Phaser.
12 lines • 412 B
TypeScript
import Phaser from 'phaser';
import type { Props } from '../types';
export declare const skipPropKeys: string[];
/**
* Sets game object props.
*
* @param gameObject - Phaser game object.
* @param props - Element props.
* @param scene - Phaser scene.
*/
export declare function setProps(gameObject: Phaser.GameObjects.GameObject, props: Props, scene: Phaser.Scene): void;
//# sourceMappingURL=props.d.ts.map