Summary
A
FlexiMotion.Modifiers.FlexiMotionModifier
which applies collisions against sphere colliders.- Assembly
- FlexiMotion
.dll - Namespace
- FlexiMotion
.Modifiers - Interfaces
- Implementing Types
graph BT
Type-.->Interface0["IComponent"]
click Interface0 "/flexi-motion/api/FlexiMotion/IComponent"
Type["ISphereCollidersModifier"]
class Type type-node
Implementing0["SphereCollidersModifier"]-.->Type
click Implementing0 "/flexi-motion/api/FlexiMotion.Modifiers/SphereCollidersModifier"
Syntax
public interface ISphereCollidersModifier : IComponent
Properties
Name | Value | Summary |
---|---|---|
Colliders | Sphere |
Serialized data from which the colliders will be initialized at runtime.
|
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
|