Interface SpriteMaterialParameters

Hierarchy

Properties

alphaMap?: Texture
alphaTest?: number
alphaToCoverage?: boolean
blendDstAlpha?: number
blendEquation?: BlendingEquation
blendEquationAlpha?: number
blendSrcAlpha?: number
blending?: Blending
clipIntersection?: boolean
clipShadows?: boolean
clippingPlanes?: Plane[]
colorWrite?: boolean
defines?: any
depthFunc?: DepthModes
depthTest?: boolean
depthWrite?: boolean
dithering?: boolean
fog?: boolean
format?: PixelFormat
map?: Texture
name?: string
opacity?: number
polygonOffset?: boolean
polygonOffsetFactor?: number
polygonOffsetUnits?: number
precision?: "highp" | "mediump" | "lowp"
premultipliedAlpha?: boolean
rotation?: number
shadowSide?: Side
side?: Side
sizeAttenuation?: boolean
stencilFail?: StencilOp
stencilFunc?: StencilFunc
stencilFuncMask?: number
stencilRef?: number
stencilWrite?: boolean
stencilWriteMask?: number
stencilZFail?: StencilOp
stencilZPass?: StencilOp
toneMapped?: boolean
transparent?: boolean
userData?: any
vertexColors?: boolean
visible?: boolean

Generated using TypeDoc