SetTRS

Matrix4.SetTRS method

Initialise la matrice avec translation/rotation/scale

public void SetTRS(Vector3 translation, Vector3 rotation, Vector3 scale)
ParamètreTaperLa description
translationVector3Traduction.
rotationVector3Angles d’Euler pour la rotation, les champs sont en degrés.
scaleVector3Échelle.

Voir également