@masatomakino/threejs-shader-materials
Preparing search index...
IMaskable
Interface IMaskable
Maskテクスチャを設定可能なマテリアル用のインターフェース
maskTexture変数
にアクセス可能なことを保証する。
interface
IMaskable
{
division
:
number
;
divisionScaleX
:
number
;
maskTexture
:
Texture
;
uniforms
:
{
[
uniform
:
string
]:
IUniform
<
any
>
}
;
}
Hierarchy (
View Summary
)
IRepeatablePattern
IMaskable
Index
Properties
division
division
ScaleX
mask
Texture
uniforms
Properties
division
division
:
number
division
ScaleX
divisionScaleX
:
number
mask
Texture
maskTexture
:
Texture
uniforms
uniforms
:
{
[
uniform
:
string
]:
IUniform
<
any
>
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
division
division
ScaleX
mask
Texture
uniforms
@masatomakino/threejs-shader-materials
Loading...
Maskテクスチャを設定可能なマテリアル用のインターフェース
にアクセス可能なことを保証する。