Axiom.Samples.SdkTrayManager.ShowCursor C# (CSharp) Méthode

ShowCursor() public méthode

Displays specified material on cursor, or the last material used if

none specified. Used to change cursor type.
public ShowCursor ( ) : void
Résultat void
		public void ShowCursor()
		{
			this.ShowCursor( String.Empty );
		}

Same methods

SdkTrayManager::ShowCursor ( String materialName ) : void