コード例 #1
0
 /// <summary>
 /// Updates local transform
 /// </summary>
 private void UpdateLocalTransform()
 {
     this.Direction = Vector3.TransformNormal(this.initialDirection, base.ParentTransform);
 }