C# Класс hyades.graphics.PhysicsRenderer

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

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

Метод Описание
Draw ( Body body, Camera camera ) : void
Draw ( Body body, Camera camera, bool shapes, bool outlines, bool normals, bool points, bool chains, bool tags ) : void
Draw ( Physics physics, Camera camera ) : void
Draw ( Physics physics, Camera camera, bool shapes, bool outlines, bool normals, bool points, bool chains, bool tags ) : void
GetInstance ( GraphicsDevice device ) : PhysicsRenderer
PhysicsRenderer ( GraphicsDevice device ) : System

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

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

public Draw ( Body body, Camera camera ) : void
body hyades.physics.Body
camera Camera
Результат void

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

public Draw ( Body body, Camera camera, bool shapes, bool outlines, bool normals, bool points, bool chains, bool tags ) : void
body hyades.physics.Body
camera Camera
shapes bool
outlines bool
normals bool
points bool
chains bool
tags bool
Результат void

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

public Draw ( Physics physics, Camera camera ) : void
physics hyades.physics.Physics
camera Camera
Результат void

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

public Draw ( Physics physics, Camera camera, bool shapes, bool outlines, bool normals, bool points, bool chains, bool tags ) : void
physics hyades.physics.Physics
camera Camera
shapes bool
outlines bool
normals bool
points bool
chains bool
tags bool
Результат void

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

public static GetInstance ( GraphicsDevice device ) : PhysicsRenderer
device GraphicsDevice
Результат PhysicsRenderer

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

public PhysicsRenderer ( GraphicsDevice device ) : System
device GraphicsDevice
Результат System