Type alias TransformsProps

TransformsProps: {
    position?: Vec3;
    rotation?: Vec3;
    scale?: Vec3;
}

The TransformsProps type is used to define optional position, rotation, and scale properties for a component in a Solid Akkadi app.

Type declaration

  • Optional position?: Vec3
  • Optional rotation?: Vec3
  • Optional scale?: Vec3