API reference
API reference
Select your platform
No SDKs available
No versions available

ComponentRegistrations Object

Auto-generated component registrations for com.meta.spatial.animation.
Use ComponentRegistrations.all to get all component registrations for use with SpatialFeature.componentsToRegister.
Example:
override fun componentsToRegister(): List<ComponentRegistration> {
    return ComponentRegistrations.all()
}

Signature

object ComponentRegistrations

Functions

all ()
Returns all component registrations for this package.
Signature
fun all(): List<ComponentRegistration>
Returns
List
  List of ComponentRegistration for all components in this package
Did you find this page helpful?