Record Class SyRenderNodeNoop
java.lang.Object
java.lang.Record
com.io7m.jsycamore.api.rendering.SyRenderNodeNoop
- All Implemented Interfaces:
SyRenderNodePrimitiveType, SyRenderNodeType
A no-op render node.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.name()static SyRenderNodeNoopnoop()com.io7m.jtensors.core.parameterized.vectors.PVector2I<SySpaceComponentRelativeType> position()com.io7m.jregions.core.parameterized.sizes.PAreaSizeI<SySpaceComponentRelativeType> size()final StringtoString()Returns a string representation of this record class.Methods inherited from interface SyRenderNodeType
boundingArea
-
Constructor Details
-
SyRenderNodeNoop
public SyRenderNodeNoop()Creates an instance of aSyRenderNodeNooprecord class.
-
-
Method Details
-
noop
- Returns:
- A no-op render node.
-
name
- Specified by:
namein interfaceSyRenderNodeType- Returns:
- A name for the node, for debugging purposes
-
position
public com.io7m.jtensors.core.parameterized.vectors.PVector2I<SySpaceComponentRelativeType> position()- Specified by:
positionin interfaceSyRenderNodeType- Returns:
- The position of the node relative to the component
-
size
- Specified by:
sizein interfaceSyRenderNodeType- Returns:
- The size of the node
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal.
-