CharacterMovement Class

Summary

The stats and logic for moving a Animancer.Examples.AnimatorControllers.GameKit.Character.
Assembly
Animancer.dll
Namespace
Animancer.Examples.AnimatorControllers.GameKit
Base Types
  • MonoBehaviour
graph BT Type-->Base0["MonoBehaviour"] Type["CharacterMovement"] class Type type-node

Syntax

[AddComponentMenu(Strings.ExamplesMenuPrefix + "Game Kit - Character Movement")]
[HelpURL(Strings.DocsURLs.ExampleAPIDocumentation + nameof(AnimatorControllers) + "." + nameof(GameKit) + "/" + nameof(CharacterMovement))]
public sealed class CharacterMovement : MonoBehaviour

Examples

3D Game Kit

Attributes

Type Description
AddComponentMenu
HelpURLAttribute

Properties

Name Value Summary
Acceleration float
CurrentTurnSpeed float
Deceleration float
Gravity float
GroundMaterial Material
IsGrounded bool
MaxSpeed float
MaxTurnSpeed float
MinTurnSpeed float
StickingGravityProportion float

Methods