Summary
An object with a
FlexiMotion.IValidatable.Validate
method.- Assembly
- FlexiMotion
.dll - Namespace
- FlexiMotion
- Implementing Types
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 |
T |
Debug.Log(message, context) with an [System.ObsoleteAttribute ] warning so you remember
to remove any calls.
From FMUtilities
|
SafeGetHashCode |
int |
Uses
System.Collections.Generic.EqualityComparer`1.Default to get a hash code.From FMUtilities
|