API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
typeAnySpriteMaterial
@codexo/exojs / rendering / stable
A sprite material of any uniform schema - what a consumer that only needs to draw with it should accept, since the bare class describes the untyped path.
0
props
0
methods
0
events
Import
import { AnySpriteMaterial } from '@codexo/exojs'A sprite material of any uniform schema - what a consumer that only needs to draw with it should accept, since the bare class describes the untyped path.
Definition1
SpriteMaterialMaterial specialization for Sprite drawables. The base texture stays on the sprite and is sampled through the engine's `sampleBase(slot, uv)` helper, which pre…<UniformFieldsThe fields of a block or a nested struct, keyed by their shader-visible name. | undefined, UniformBlockRecordThe named blocks of an explicit multi-block schema. | undefined>Source