Vec2 Estrutura

Definição

Cuidado

This is no longer used, and might be removed at some point

Struct definindo os valores duplos X e 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
Herança
Vec2
Atributos

Construtores

Vec2(Double, Double)
Obsoleto.

Cria um novo Vec2 que é definido por x e y.

Campos

X
Obsoleto.

A coordenada horizontal.

Y
Obsoleto.

A coordenada vertical.

Aplica-se a