C# Класс NetMud.Data.EntityBackingData.RoomData

Наследование: NetMud.Data.EntityBackingData.EntityBackingDataPartial, IRoomData
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
RoomData System

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

Метод Описание
FitnessReport ( ) : IList

Gets the errors for data fitness

GetDistanceToRoom ( IRoomData destination ) : int

Gets the remaining distance to the destination room

GetModelDimensions ( ) : Tuple

Get's the entity's model dimensions

GetPathways ( bool withReturn = false ) : IEnumerable

What pathways are affiliated with this room data (what it spawns with)

RoomData ( ) : System

Blank constructor

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

Метод Описание
RoomData ( DimensionalModel model ) : System

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

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

Gets the errors for data fitness
public FitnessReport ( ) : IList
Результат IList

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

Gets the remaining distance to the destination room
public GetDistanceToRoom ( IRoomData destination ) : int
destination IRoomData The room you're heading for
Результат int

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

Get's the entity's model dimensions
public GetModelDimensions ( ) : Tuple
Результат Tuple

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

What pathways are affiliated with this room data (what it spawns with)
public GetPathways ( bool withReturn = false ) : IEnumerable
withReturn bool includes paths into this room as well
Результат IEnumerable

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

Blank constructor
public RoomData ( ) : System
Результат System