예제 #1
0
 /// <summary>
 /// Returns the userdata for the given vertex, casted as a Transform.
 /// </summary>
 static public Transform GetVertexTransform(this ISpline inSpline, int inIndex)
 {
     return(inSpline.GetVertexUserData(inIndex) as Transform);
 }