Third Person Cover Shooter  1.6
CoverShooter.JumpSettings Struct Reference

Character jump settings. More...

Static Public Member Functions

static JumpSettings Default ()
 Default jump settings. More...
 

Public Attributes

float Strength
 Jump up velocity. More...
 
float Speed
 Jump forward velocity. More...
 
float CapsuleHeight
 Character's capsule height during a jump. More...
 
float HeightDuration
 Duration of character's capsule height adjustment. More...
 
float RotationSpeed
 How fast the character turns towards the jump direction. More...
 

Detailed Description

Character jump settings.

Member Function Documentation

◆ Default()

static JumpSettings CoverShooter.JumpSettings.Default ( )
static

Default jump settings.

Member Data Documentation

◆ CapsuleHeight

float CoverShooter.JumpSettings.CapsuleHeight

Character's capsule height during a jump.

◆ HeightDuration

float CoverShooter.JumpSettings.HeightDuration

Duration of character's capsule height adjustment.

◆ RotationSpeed

float CoverShooter.JumpSettings.RotationSpeed

How fast the character turns towards the jump direction.

◆ Speed

float CoverShooter.JumpSettings.Speed

Jump forward velocity.

◆ Strength

float CoverShooter.JumpSettings.Strength

Jump up velocity.


The documentation for this struct was generated from the following file: