ActionOnDisable Enum

Summary

An action to perform when disabling a FlexiMotion.FlexiMotionComponent component.
Assembly
FlexiMotion.dll
Namespace
FlexiMotion
Base Types
  • Enum
graph BT Type-->Base0["Enum"] Type["ActionOnDisable"] class Type type-node

Syntax

public enum ActionOnDisable

Remarks

Used for FlexiMotion.FlexiMotionDefinition.ActionOnDisable.

Fields

Name Constant Value Summary
Dispose 3
Dispose to free up allocated memory.
static
Pause 0
Pause while disabled.
static
Recenter 1
Recenter to ignore movement while disabled.
static
Reset 2
Reset to starting values.
static

Extension Methods

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