Exemplo n.º 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);
 }
Exemplo n.º 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);
 }
Exemplo n.º 3
0
 public static extern void AddMovement(IntPtr animatedCharacterPtr, ref EntityMovementRequest request);