Ring

data class Ring @JvmOverloads constructor(val model: RingModel? = null, val materialAssociation: Map<String, String>? = null) : Parcelable

Data class used to describe an info about a ring model.

Constructors

Link copied to clipboard
fun Ring(model: RingModel? = null, materialAssociation: Map<String, String>? = null)

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard
val materialAssociation: Map<String, String>? = null

Maps the names of model fragments (mesh groups) to the names of materials they (groups) should be rendered with.

Link copied to clipboard
val model: RingModel? = null

Ring model