C# Класс TessBed.MainForm

Показать файл Открыть проект

Открытые методы

Метод Описание
MainForm ( ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

PolySizeEvent ( ) : void
Project ( Vec3 v ) : Vec3
RefreshAsset ( PolygonSet polygons ) : void
RefreshAsset ( int index ) : void
SetAsset ( string name ) : void
SetPolySize ( int polySize ) : void
SetShowInput ( bool show ) : void
SetShowWinding ( bool show ) : void
SetWindingRule ( WindingRule windingRule ) : void
VertexCombine ( Vec3 position, object data, float weights ) : object

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

MainForm() публичный Метод

public MainForm ( ) : System
Результат System