Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
MeshCreator.Vertex
C# Class MeshCreator.Vertex, UnitySpritesAndBones
Mostrar archivo
Open project: Banbury/UnitySpritesAndBones
Public Properties
Property
Type
Description
deleted
bool
index
int
position
Vector2
Public Methods
Method
Description
Vertex
(
Vector2
pos
) :
System.Collections
Method Details
Vertex()
public
method
public
Vertex
(
Vector2
pos
) :
System.Collections
pos
Vector2
return
System.Collections
Property Details
deleted
public_oe property
public
bool
deleted
return
bool
index
public_oe property
public
int
index
return
int
position
public_oe property
public
Vector2
position
return
Vector2