Record Class ModelElement.Mesh.Face
java.lang.Object
java.lang.Record
kr.toxicity.model.api.data.raw.ModelElement.Mesh.Face
- Record Components:
uv- a map of vertex identifiers to their UV coordinatesvertices- a set of vertex identifiers that form this facetexture- the index of the texture used by this face
- Enclosing class:
ModelElement.Mesh
-
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.inttexture()Returns the value of thetexturerecord component.final StringtoString()Returns a string representation of this record class.uv()Returns the value of theuvrecord component.vertices()Returns the value of theverticesrecord component.
-
Constructor Details
-
Face
-
-
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. Reference components are compared withObjects::equals(Object,Object); primitive components are compared with thecomparemethod from their corresponding wrapper classes. -
uv
-
vertices
-
texture
-