C# Класс Alexandria.Engines.Unreal.Bounds

A bounding box.
Показать файл Открыть проект

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

Свойство Тип Описание
Box Glare.Box3f
Valid bool

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

Метод Описание
Read ( BinaryReader reader ) : Bounds

Read the Bounds from the reader.

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

Read() публичный статический метод

Read the Bounds from the reader.
public static Read ( BinaryReader reader ) : Bounds
reader System.IO.BinaryReader The to read the from.
Результат Bounds

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

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

The bounds of the box.
public Box3f,Glare Box
Результат Glare.Box3f

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

Whether the bounding box is valid.
public bool Valid
Результат bool