
orbit.shared.mesh.NodeCapabilities.kt Maven / Gradle / Ivy
/*
Copyright (C) 2015 - 2019 Electronic Arts Inc. All rights reserved.
This file is part of the Orbit Project .
See license in LICENSE.
*/
package orbit.shared.mesh
import orbit.shared.addressable.AddressableType
data class NodeCapabilities(
val addressableTypes: Iterable = emptyList()
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy