Preparing search index...
The search index is not available
phaser-jsx
phaser-jsx
createRef
Function createRef
createRef
<
Type
>
()
:
RefObject
<
Type
|
null
>
Creates a ref object which can contain arbitrary value.
Type Parameters
Type
Returns
RefObject
<
Type
|
null
>
Creates an object with a single property
current
(initially set to
null
).
Deprecated
Use
useRef
instead.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
phaser-jsx
Loading...
Creates a ref object which can contain arbitrary value.