Summary
The runtime job manager of
FlexiMotion.Modifiers.SphereCollidersModifier
.- Assembly
- FlexiMotion
.dll - Namespace
- FlexiMotion
.Modifiers - Interfaces
-
- IDisposable
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IDisposable"]
Type["RuntimeSphereColliders"]
class Type type-node
Syntax
public class RuntimeSphereColliders : IDisposable
Constructors
Name | Summary |
---|---|
Runtime |
Creates a new FlexiMotion.Modifiers.RuntimeSphereColliders . |
Fields
Name | Constant Value | Summary |
---|---|---|
Local |
A job which calculates the world position of each collider.
|
|
Radii |
The radius of each collider.
|
|
SphereCollidersJob |
A job which pushes the springs out of the colliders.
|
|
Transforms |
The
UnityEngine.Transform of each collider. |
Methods
Name | Value | Summary |
---|---|---|
Dispose |
void |
Disposes everything allocated by this system.
|
DrawGizmos |
void |
Draws scene gizmos for the colliders.
|
DrawGizmos |
void |
Draws scene gizmos for the colliders.
|
Schedule |
JobHandle |
Schedules the
FlexiMotion.Modifiers.RuntimeSphereColliders.LocalToWorldPositionsJob . |
Schedule |
JobHandle |
Schedules the
FlexiMotion.Modifiers.RuntimeSphereColliders.SphereCollidersJob . |
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
|