C# Class Minimap, tf_client

Inheritance: MonoBehaviour
Afficher le fichier Open project: wids-eria/tf_client Class Usage Examples

Méthodes publiques

Свойство Type Description
frustumOverlayColor Color
maxTextureWidth int
texture Texture2D

Méthodes publiques

Méthode Description
Download ( ) : IEnumerator

Download this instance.

Draw ( ) : void

Draw the specified parent.

IsMouseOver ( ) : bool

Determines whether this instance is mouse over.

Minimap ( ) : UnityEngine

Initializes a new instance of the Minimap class.

Private Methods

Méthode Description
CamCoordToGLVert ( Vector3 v ) : Vector3

Convert a coordinate to a GL vertex for drawing frustum.

Method Details

Download() public méthode

Download this instance.
public Download ( ) : IEnumerator
Résultat IEnumerator

Draw() public méthode

Draw the specified parent.
public Draw ( ) : void
Résultat void

IsMouseOver() public méthode

Determines whether this instance is mouse over.
public IsMouseOver ( ) : bool
Résultat bool

Minimap() public méthode

Initializes a new instance of the Minimap class.
public Minimap ( ) : UnityEngine
Résultat UnityEngine

Property Details

frustumOverlayColor public_oe property

The color of the minimap frustum.
public Color frustumOverlayColor
Résultat Color

maxTextureWidth public_oe property

The maximum width of the texture.
public int maxTextureWidth
Résultat int

texture public_oe property

The texture.
public Texture2D texture
Résultat Texture2D