Example #1
0
 public bool Contains(Vector3 point)
 {
     return(Bounds.Contains_Injected(ref this, ref point));
 }