Mutable Cell
data class MutableCell( var id: DefinitionId, var orientations: List<Orientations> = listOf(Orientations()), var color: Vec3F? = null, var priority: Int = 0, var customName: String? = null)
Content copied to clipboard
Constructors
Link copied to clipboard
fun MutableCell( id: DefinitionId, orientations: List<Orientations> = listOf(Orientations()), color: Vec3F? = null, priority: Int = 0, customName: String? = null)
Content copied to clipboard