C# Class MyGame.Tree

This class represent a Tree
Inheritance: CDrawableComponent
Show file Open project: mahmoudbahaa/XNA-Game-project

Public Methods

Method Description
Tree ( MyGame game, Model model, Unit unit, Microsoft.Xna.Framework.Graphics.Texture2D Texture ) : System

Method Details

Tree() public method

public Tree ( MyGame game, Model model, Unit unit, Microsoft.Xna.Framework.Graphics.Texture2D Texture ) : System
game MyGame
model Microsoft.Xna.Framework.Graphics.Model
unit Unit
Texture Microsoft.Xna.Framework.Graphics.Texture2D
return System