TexturePainter.Update C# (CSharp) 메소드

Update() 공개 메소드

public Update ( ) : void
리턴 void
	void Update () {
		brushColor = ColorPicker.GetColor ();	//Updates our painted color with the selected color
		if (Input.GetMouseButton(0)) {
			DoAction();
		}
		UpdateBrushCursor ();
	}