C# Класс Project290.Games.Solitude.SolitudeObjects.Door

Наследование: Wall
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
direction Direction

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

Метод Описание
Door ( Vector2 position, World world, float width, float height, float density, WallType type, Direction d ) : System
Draw ( ) : void
Enter ( ) : void
OnCollision ( Fixture f1, Fixture f2, Physics c ) : bool

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

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

public Door ( Vector2 position, World world, float width, float height, float density, WallType type, Direction d ) : System
position Vector2
world Project290.Physics.Dynamics.World
width float
height float
density float
type WallType
d Direction
Результат System

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

public Draw ( ) : void
Результат void

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

public Enter ( ) : void
Результат void

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

public OnCollision ( Fixture f1, Fixture f2, Physics c ) : bool
f1 Project290.Physics.Dynamics.Fixture
f2 Project290.Physics.Dynamics.Fixture
c Physics
Результат bool

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

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

the side of the room the wall is on and the direction of the next room
public Direction direction
Результат Direction