C# Класс Project290.Physics.Common.PolygonCreationAssistance

Class used as a data container and helper for the texture-to-vertices code.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Data uint[]
Height int
HoleDetection bool
MultipartDetection bool
Width int

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

Метод Описание
InBounds ( Vector2 &coord ) : bool
IsSolid ( Vector2 &pixel ) : bool
IsSolid ( int index ) : bool
IsSolid ( int x, int y ) : bool
IsValid ( ) : bool
PolygonCreationAssistance ( uint data, int width, int height ) : System

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

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

public InBounds ( Vector2 &coord ) : bool
coord Vector2
Результат bool

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

public IsSolid ( Vector2 &pixel ) : bool
pixel Vector2
Результат bool

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

public IsSolid ( int index ) : bool
index int
Результат bool

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

public IsSolid ( int x, int y ) : bool
x int
y int
Результат bool

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

public IsValid ( ) : bool
Результат bool

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

public PolygonCreationAssistance ( uint data, int width, int height ) : System
data uint
width int
height int
Результат System

Описание свойств

Data публичное свойство

public uint[] Data
Результат uint[]

Height публичное свойство

public int Height
Результат int

HoleDetection публичное свойство

public bool HoleDetection
Результат bool

MultipartDetection публичное свойство

public bool MultipartDetection
Результат bool

Width публичное свойство

public int Width
Результат int