C# Class MeshCreator.Segment, UnitySpritesAndBones

Mostra 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_oe property

public bool deleted
return bool

first public_oe property

public Vertex, first
return Vertex,

index public_oe property

public int index
return int

second public_oe property

public Vertex, second
return Vertex,