IValidatable Interface

Summary

An object with a FlexiMotion.IValidatable.Validate method.
graph BT Type["IValidatable"] class Type type-node Implementing0["SpringDefinitions"]-.->Type click Implementing0 "/flexi-motion/api/FlexiMotion/SpringDefinitions" Implementing1["SphereColliderDefinitions"]-.->Type click Implementing1 "/flexi-motion/api/FlexiMotion.Modifiers/SphereColliderDefinitions"

Syntax

public interface IValidatable

Methods

Name Value Summary
Validate() bool
Ensures that this object's fields have valid values and returns true if anything was changed.

Extension Methods

Name Value Summary
LogTemp<IValidatable>(Object) T
Debug.Log(message, context) with an [System.ObsoleteAttribute] warning so you remember to remove any calls.
SafeGetHashCode<IValidatable>() int
Uses System.Collections.Generic.EqualityComparer`1.Default to get a hash code.