Record Class Model.Node
java.lang.Object
java.lang.Record
dev.engine.core.asset.Model.Node
- Enclosing class:
Model
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchildren()Returns the value of thechildrenrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.Returns the value of themeshIndicesrecord component.name()Returns the value of thenamerecord component.final StringtoString()Returns a string representation of this record class.Returns the value of thetransformrecord component.
-
Constructor Details
-
Node
Creates an instance of aNoderecord class.- Parameters:
name- the value for thenamerecord componenttransform- the value for thetransformrecord componentmeshIndices- the value for themeshIndicesrecord componentchildren- the value for thechildrenrecord component
-
-
Method Details
-
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. All components in this record class are compared withObjects::equals(Object,Object). -
name
Returns the value of thenamerecord component.- Returns:
- the value of the
namerecord component
-
transform
Returns the value of thetransformrecord component.- Returns:
- the value of the
transformrecord component
-
meshIndices
-
children
Returns the value of thechildrenrecord component.- Returns:
- the value of the
childrenrecord component
-