interface AsukaAssemblyTransform {
    position?: AsukaAssemblyVector3;
    rotation?: AsukaAssemblyVector3;
    scale?: AsukaAssemblyVector3;
}

Properties

Euler rotation in radians, matching the 3D renderer contract.