kokomi.js
Preparing search index...
RenderQuad
Class RenderQuad
A render plane for RenderTexture.
Hierarchy (
View Summary
)
CustomMesh
RenderQuad
Index
Constructors
constructor
Properties
base
container
emitter
material
mesh
uniform
Injector
Methods
add
Existing
emit
off
on
update
Constructors
constructor
new
RenderQuad
(
base
:
Base
,
map
:
Texture
,
config
?:
Partial
<
CustomMeshConfig
>
,
)
:
RenderQuad
Parameters
base
:
Base
map
:
Texture
config
:
Partial
<
CustomMeshConfig
>
= {}
Returns
RenderQuad
Properties
base
base
:
Base
container
container
:
Scene
emitter
emitter
:
Emitter
<
any
>
material
material
:
CustomShaderMaterial
mesh
mesh
:
Mesh
uniform
Injector
uniformInjector
:
UniformInjector
Methods
add
Existing
addExisting
()
:
void
Returns
void
emit
emit
(
type
:
string
,
event
?:
any
)
:
void
Parameters
type
:
string
event
:
any
= {}
Returns
void
off
off
(
type
:
string
,
handler
:
any
)
:
void
Parameters
type
:
string
handler
:
any
Returns
void
on
on
(
type
:
string
,
handler
:
any
)
:
void
Parameters
type
:
string
handler
:
any
Returns
void
update
update
(
time
:
number
)
:
void
Parameters
time
:
number
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
base
container
emitter
material
mesh
uniform
Injector
Methods
add
Existing
emit
off
on
update
kokomi.js
Loading...
A render plane for RenderTexture.