Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type Builder interface { Create() Builder WithID(id *uuid.UUID) Builder WithAlpha(alpha alphas.Alpha) Builder WithShader(shader shaders.Shader) Builder WithViewport(viewport viewports.Viewport) Builder WithLayers(layers []layers.Layer) Builder Now() (Material, error) }
Builder represents the material builder
Click to show internal directories.
Click to hide internal directories.