Check
(
c
)
|
Checks if the candidate collides with any other objects in the scene.
Signature
override bool Check(Candidate c) Parameters Returns override bool |
SampleMask
(
candidate
)
|
Executes the mask on a candidate and returns the value.
Signature
override float SampleMask(Candidate c) Parameters Returns override floatÂ
The float depending on the mask
|