Type alias CreateTransformNodeSettings

CreateTransformNodeSettings: { parentNode?: Nullable<Node>; position?: Vector3; rotation?: Vector3; scaling?: Vector3 }

Type declaration

  • Optional parentNode?: Nullable<Node>
  • Optional position?: Vector3
  • Optional rotation?: Vector3
  • Optional scaling?: Vector3

Generated using TypeDoc