Property | Type | Description | |
---|---|---|---|
direction | System.Vector3 | ||
intersectionType | IntersectionType | ||
isShadowRay | bool | ||
maxDistanceToConsider | double | ||
minDistanceToConsider | double | ||
oneOverDirection | System.Vector3 | ||
origin | System.Vector3 | ||
sameSurfaceOffset | double | ||
sign | Sign[] |
Method | Description | |
---|---|---|
Intersection ( |
||
Ray ( |
||
Ray ( System.Vector3 origin, System.Vector3 direction, double minDistanceToConsider, double maxDistanceToConsider = double.PositiveInfinity, IntersectionType intersectionType = IntersectionType.FrontFace ) : System |
public Intersection ( |
||
bounds | ||
return | bool |
public Ray ( System.Vector3 origin, System.Vector3 direction, double minDistanceToConsider, double maxDistanceToConsider = double.PositiveInfinity, IntersectionType intersectionType = IntersectionType.FrontFace ) : System | ||
origin | System.Vector3 | |
direction | System.Vector3 | |
minDistanceToConsider | double | |
maxDistanceToConsider | double | |
intersectionType | IntersectionType | |
return | System |
public IntersectionType intersectionType | ||
return | IntersectionType |