Black Trigram (흑괘) - API Documentation - v0.2.10
GitHub
Game Website
Preparing search index...
components/ui/base/PixiComponents
PixiComponentProps
Interface PixiComponentProps
interface
PixiComponentProps
{
alpha
?:
number
;
children
?:
ReactNode
;
height
?:
number
;
interactive
?:
boolean
;
onPointerDown
?:
()
=>
void
;
onPointerOut
?:
()
=>
void
;
onPointerOver
?:
()
=>
void
;
onPointerUp
?:
()
=>
void
;
visible
?:
boolean
;
width
?:
number
;
x
?:
number
;
y
?:
number
;
}
Index
Properties
alpha?
children?
height?
interactive?
on
Pointer
Down?
on
Pointer
Out?
on
Pointer
Over?
on
Pointer
Up?
visible?
width?
x?
y?
Properties
Optional
alpha
alpha
?:
number
Optional
children
children
?:
ReactNode
Optional
height
height
?:
number
Optional
interactive
interactive
?:
boolean
Optional
on
Pointer
Down
onPointerDown
?:
()
=>
void
Optional
on
Pointer
Out
onPointerOut
?:
()
=>
void
Optional
on
Pointer
Over
onPointerOver
?:
()
=>
void
Optional
on
Pointer
Up
onPointerUp
?:
()
=>
void
Optional
visible
visible
?:
boolean
Optional
width
width
?:
number
Optional
x
x
?:
number
Optional
y
y
?:
number
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
alpha
children
height
interactive
on
Pointer
Down
on
Pointer
Out
on
Pointer
Over
on
Pointer
Up
visible
width
x
y
GitHub
Game Website
Black Trigram (흑괘) - API Documentation - v0.2.10
Loading...