コード例 #1
0
 public RESULT setActive(bool active)
 {
     return(Geometry.FMOD5_Geometry_SetActive(this.rawPtr, active));
 }