Exemple #1
0
 public RESULT getRotation(out VECTOR forward, out VECTOR up)
 {
     return(Geometry.FMOD5_Geometry_GetRotation(this.rawPtr, out forward, out up));
 }