C# Class Coloring.SelectColor

Inheritance: UnityEngine.MonoBehaviour
Show file Open project: BrainProject/UnityTemp

Public Properties

Property Type Description
Brush UnityEngine.GameObject
cursorTexture UnityEngine.Texture
thisLevelManager LevelManagerColoring

Public Methods

Method Description
OnMouseDown ( ) : void

Method Details

OnMouseDown() public method

public OnMouseDown ( ) : void
return void

Property Details

Brush public property

public GameObject,UnityEngine Brush
return UnityEngine.GameObject

cursorTexture public property

public Texture,UnityEngine cursorTexture
return UnityEngine.Texture

thisLevelManager public property

public LevelManagerColoring,Coloring thisLevelManager
return LevelManagerColoring