C# Class MeshCreator.Segment, UnitySpritesAndBones

Afficher le fichier Open project: Banbury/UnitySpritesAndBones

Méthodes publiques

Свойство Type Description
deleted bool
first Vertex,
index int
second Vertex,

Méthodes publiques

Méthode Description
IsDeleted ( ) : bool
Segment ( Vertex, fst, Vertex, snd ) : System.Collections

Method Details

IsDeleted() public méthode

public IsDeleted ( ) : bool
Résultat bool

Segment() public méthode

public Segment ( Vertex, fst, Vertex, snd ) : System.Collections
fst Vertex,
snd Vertex,
Résultat System.Collections

Property Details

deleted public_oe property

public bool deleted
Résultat bool

first public_oe property

public Vertex, first
Résultat Vertex,

index public_oe property

public int index
Résultat int

second public_oe property

public Vertex, second
Résultat Vertex,