Property | Type | Description | |
---|---|---|---|
center | Vector3 | ||
lb | Vector3 |
Method | Description | |
---|---|---|
Bounds ( |
||
Bounds ( Vector3 center, Vector3 sideLength ) : System | ||
Contains ( Vector3 p ) : bool | ||
IntersectRay ( |
||
max ( float f1, float f2 ) : float | ||
min ( float f1, float f2 ) : float |
public Bounds ( |
||
min | ||
max | ||
return | System |
public Bounds ( Vector3 center, Vector3 sideLength ) : System | ||
center | Vector3 | |
sideLength | Vector3 | |
return | System |
public static max ( float f1, float f2 ) : float | ||
f1 | float | |
f2 | float | |
return | float |
public static min ( float f1, float f2 ) : float | ||
f1 | float | |
f2 | float | |
return | float |