C# Класс Project2.GameObjects.LevelPieces.EndZone

End zone piece contains a end zone object in the centre of a flat plane
Наследование: LevelPlane
Показать файл Открыть проект

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

Свойство Тип Описание
endGoal Project2.GameObjects.Abstract.ModelPhysicsObject

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

Метод Описание
EndZone ( Project2Game game, Level level, System.Vector3 position ) : System

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

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

public EndZone ( Project2Game game, Level level, System.Vector3 position ) : System
game Project2Game
level Level
position System.Vector3
Результат System

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

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

public ModelPhysicsObject,Project2.GameObjects.Abstract endGoal
Результат Project2.GameObjects.Abstract.ModelPhysicsObject