Show / Hide Table of Contents

Class SimpleCharacter

Inheritance
System.Object
SimpleCharacter
Namespace: ShadowBox.Interactions
Assembly: cs.temp.dll.dll
Syntax
public class SimpleCharacter : MonoBehaviour

Fields

allowJump

Declaration
public bool allowJump
Field Value
Type Description
System.Boolean

jumpSpeed

Declaration
public float jumpSpeed
Field Value
Type Description
System.Single

moveSpeed

Declaration
public float moveSpeed
Field Value
Type Description
System.Single

slopeLimit

Declaration
public float slopeLimit
Field Value
Type Description
System.Single

turnSpeed

Declaration
public float turnSpeed
Field Value
Type Description
System.Single

Properties

ForwardInput

Declaration
public float ForwardInput { get; set; }
Property Value
Type Description
System.Single

IsGrounded

Declaration
public bool IsGrounded { get; }
Property Value
Type Description
System.Boolean

JumpInput

Declaration
public bool JumpInput { get; set; }
Property Value
Type Description
System.Boolean

TurnInput

Declaration
public float TurnInput { get; set; }
Property Value
Type Description
System.Single
Back to top Generated by DocFX