C# Class BoxSelection, RTSmini

Inheritance: MonoBehaviour
Mostrar archivo Open project: Arihy/RTSmini Class Usage Examples

Public Properties

Property Type Description
selection Rect
selectionHighlight UnityEngine.Texture2D

Public Methods

Method Description
InvertMouseY ( float y ) : float
getDestination ( ) : Vector3

Private Methods

Method Description
CheckCamera ( ) : void
OnGUI ( ) : void
Start ( ) : void
Update ( ) : void
clear ( ) : void

Method Details

InvertMouseY() public static method

public static InvertMouseY ( float y ) : float
y float
return float

getDestination() public static method

public static getDestination ( ) : Vector3
return Vector3

Property Details

selection public_oe static_oe property

public static Rect selection
return Rect

selectionHighlight public_oe property

public Texture2D,UnityEngine selectionHighlight
return UnityEngine.Texture2D