![]() |
Platformer Pro
2.3.2
A platform game kit for Unity.
|
Validate raycast colliders. More...
Public Member Functions | |
List< ValidationResult > | Validate () |
Apply this validation to the scene. More... | |
List< ValidationResult > | Validate (Character c) |
Protected Member Functions | |
List< ValidationResult > | CheckFeet (Character character) |
Static Protected Attributes | |
const float | EXPECTED_FEET_SPACING_WARNING = 0.75f |
const float | EXPECTED_FEET_SPACING_INFO = 0.25f |
Validate raycast colliders.
|
protected |
List<ValidationResult> PlatformerPro.Validation.ValidateRaycastColliders.Validate | ( | ) |
Apply this validation to the scene.
Implements PlatformerPro.Validation.IValidator.
List<ValidationResult> PlatformerPro.Validation.ValidateRaycastColliders.Validate | ( | Character | c | ) |
Implements PlatformerPro.Validation.IValidator.
|
staticprotected |
|
staticprotected |