예제 #1
0
 public RESULT setRotation(ref VECTOR forward, ref VECTOR up)
 {
     return(Geometry.FMOD5_Geometry_SetRotation(this.rawPtr, ref forward, ref up));
 }