C# Class MeshCreator.Segment, UnitySpritesAndBones

Show file Open project: Banbury/UnitySpritesAndBones

Public Properties

Property Type Description
deleted bool
first Vertex,
index int
second Vertex,

Public Methods

Method Description
IsDeleted ( ) : bool
Segment ( Vertex, fst, Vertex, snd ) : System.Collections

Method Details

IsDeleted() public method

public IsDeleted ( ) : bool
return bool

Segment() public method

public Segment ( Vertex, fst, Vertex, snd ) : System.Collections
fst Vertex,
snd Vertex,
return System.Collections

Property Details

deleted public property

public bool deleted
return bool

first public property

public Vertex, first
return Vertex,

index public property

public int index
return int

second public property

public Vertex, second
return Vertex,