public static final class R2DebugCubeInstance.Builder extends Object
R2DebugCubeInstance.
Initialize attributes and then invoke the build() method to create an
immutable instance.
Builder is not thread-safe and generally should not be stored in a field or collection,
but instead used immediately to create instances.
| Modifier and Type | Method and Description |
|---|---|
R2DebugCubeInstance |
build()
Builds a new
R2DebugCubeInstance. |
R2DebugCubeInstance.Builder |
from(R2DebugCubeInstanceType instance)
Fill a builder with attribute values from the provided
R2DebugCubeInstanceType instance. |
R2DebugCubeInstance.Builder |
setColor(com.io7m.jtensors.parameterized.PVectorI4F<R2SpaceRGBAType> color)
Initializes the value for the
color attribute. |
R2DebugCubeInstance.Builder |
setTransform(R2TransformReadableType transform)
Initializes the value for the
transform attribute. |
public final R2DebugCubeInstance.Builder from(R2DebugCubeInstanceType instance)
R2DebugCubeInstanceType instance.
Regular attribute values will be replaced with those from the given instance.
Absent optional values will not replace present values.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final R2DebugCubeInstance.Builder setTransform(R2TransformReadableType transform)
transform attribute.transform - The value for transformthis builder for use in a chained invocationpublic final R2DebugCubeInstance.Builder setColor(com.io7m.jtensors.parameterized.PVectorI4F<R2SpaceRGBAType> color)
color attribute.color - The value for colorthis builder for use in a chained invocationpublic R2DebugCubeInstance build()
R2DebugCubeInstance.IllegalStateException - if any required attributes are missingCopyright © 2016 <code@io7m.com> http://io7m.com