Vec2 Structure
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attention
This is no longer used, and might be removed at some point
Struct définissant des valeurs doubles X et Y.
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete("This is no longer used, and might be removed at some point ")]
public struct Vec2
type Vec2 = struct
- Héritage
-
System.ValueTypeVec2
- Attributs
-
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute
Constructeurs
Vec2(Double, Double) |
Obsolète.
Crée un Vec2 qui est défini par |
Champs
X |
Obsolète.
Coordonnée horizontale. |
Y |
Obsolète.
Coordonnée verticale. |