示例#1
0
 /// <summary>
 /// Set the current mouse cursor image
 /// </summary>
 /// <param name="name">
 /// String object holding the name of the desired Image.
 /// </param>
 /// <exception cref="UnknownObjectException	">
 /// thrown if Image \a name is not known.
 /// </exception>
 public void SetImage(string name)
 {
     SetImage(ImageManager.GetSingleton().Get(name));
 }