示例#1
0
 /// <summary>
 /// Requests movement at the specified slot, providing an animated character is
 /// currently loaded.
 /// </summary>
 /// <param name="request">Object that describes the movement.</param>
 public void AddMovement(ref EntityMovementRequest request)
 {
     EntityInterop.AddMovement(this.AnimatedCharacterHandle, ref request);
 }
示例#2
0
 /// <summary>
 /// Requests movement at the specified slot, providing an animated character is
 /// currently loaded.
 /// </summary>
 /// <param name="request">Object that describes the movement.</param>
 public void AddMovement(ref EntityMovementRequest request)
 {
     EntityInterop.AddMovement(this.AnimatedCharacterHandle, ref request);
 }
示例#3
0
 public static extern void AddMovement(IntPtr animatedCharacterPtr, ref EntityMovementRequest request);