C# Класс MyGame.SkyCubeUnit

This class represent sky cube unit which updates the position of the cube to the position of the camera
Наследование: Unit
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
SkyCubeUnit ( MyGame game, Vector3 Position, Vector3 Rotation, Vector3 Scale ) : System
update ( GameTime gameTime ) : void

Allows the unit to update itself.

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

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

public SkyCubeUnit ( MyGame game, Vector3 Position, Vector3 Rotation, Vector3 Scale ) : System
game MyGame
Position Vector3
Rotation Vector3
Scale Vector3
Результат System

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

Allows the unit to update itself.
public update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime Provides a snapshot of timing values.
Результат void