C# Class MeshCreator.Vertex, UnitySpritesAndBones

Show file 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 property

public bool deleted
return bool

index public property

public int index
return int

position public property

public Vector2 position
return Vector2