INTERNAL_CALL_Sample() private static method

private static INTERNAL_CALL_Sample ( Animation self ) : void
self Animation
return void
コード例 #1
0
 /// <summary>
 ///   <para>Samples animations at the current state.</para>
 /// </summary>
 public void Sample()
 {
     Animation.INTERNAL_CALL_Sample(this);
 }