Property | Type | Description | |
---|---|---|---|
boundaryLayer | string |
Method | Description | |
---|---|---|
AddBoundary ( Moba_Camera_Boundary, boundary, BoundaryType type ) : bool | ||
GetClosestBoundary ( Vector3 point ) : Moba_Camera_Boundary, | ||
GetClosestPointOnBoundary ( Moba_Camera_Boundary, boundary, Vector3 point ) : Vector3 | ||
GetNumberOfBoundaries ( ) : int | ||
RemoveBoundary ( Moba_Camera_Boundary, boundary, BoundaryType type ) : bool | ||
SetBoundaryLayerExist ( bool value ) : void | ||
isPointInBoundary ( Vector3 point ) : bool |
Method | Description | |
---|---|---|
calBoxRelations ( BoxCollider box, Vector3 point, bool containedToBox, bool &isPointInBox ) : Vector3 | ||
getClosestPointOnSurfaceBox ( BoxCollider box, Vector3 point ) : Vector3 |
public static AddBoundary ( Moba_Camera_Boundary, boundary, BoundaryType type ) : bool | ||
boundary | Moba_Camera_Boundary, | |
type | BoundaryType | |
return | bool |
public static GetClosestBoundary ( Vector3 point ) : Moba_Camera_Boundary, | ||
point | Vector3 | |
return | Moba_Camera_Boundary, |
public static GetClosestPointOnBoundary ( Moba_Camera_Boundary, boundary, Vector3 point ) : Vector3 | ||
boundary | Moba_Camera_Boundary, | |
point | Vector3 | |
return | Vector3 |
public static GetNumberOfBoundaries ( ) : int | ||
return | int |
public static RemoveBoundary ( Moba_Camera_Boundary, boundary, BoundaryType type ) : bool | ||
boundary | Moba_Camera_Boundary, | |
type | BoundaryType | |
return | bool |
public static SetBoundaryLayerExist ( bool value ) : void | ||
value | bool | |
return | void |
public static isPointInBoundary ( Vector3 point ) : bool | ||
point | Vector3 | |
return | bool |