![]() |
Platformer Pro
2.3.2
A platform game kit for Unity.
|
Validate hurt boxes and hitboxes ahve rigidbodies attached. More...
Public Member Functions | |
List< ValidationResult > | Validate () |
Apply this validation to the scene. More... | |
List< ValidationResult > | Validate (Character character) |
Protected Member Functions | |
List< ValidationResult > | CheckRigidbody (MonoBehaviour m, bool isWarning) |
Validates rigidbody settings. More... | |
List< ValidationResult > | CheckCollider (MonoBehaviour m, bool checkTrigger) |
Validates collider settings. More... | |
Static Protected Attributes | |
const int | EXPECTED_MAX_LAYER = 15 |
Validate hurt boxes and hitboxes ahve rigidbodies attached.
|
protected |
Validates collider settings.
|
protected |
Validates rigidbody settings.
List<ValidationResult> PlatformerPro.Validation.ValidateRigidbodies.Validate | ( | ) |
Apply this validation to the scene.
Implements PlatformerPro.Validation.IValidator.
List<ValidationResult> PlatformerPro.Validation.ValidateRigidbodies.Validate | ( | Character | character | ) |
Implements PlatformerPro.Validation.IValidator.
|
staticprotected |