Corgi Engine  v8.8
MoreMountains.CorgiEngine.WallClingingOverride Class Reference

Use this class on any platform or surface a Character could usually wallcling to. You'll be able to override the slow factor (close to 0 : very slow fall, 1 : normal fall, larger than 1 : faster fall than normal). More...

Inheritance diagram for MoreMountains.CorgiEngine.WallClingingOverride:
MoreMountains.CorgiEngine.CorgiMonoBehaviour

Public Attributes

bool CanWallClingToThis = true
 if this is set to false, a Character won't be able to wallcling to this object More...
 
float WallClingingSlowFactor =1f
 the slow factor to consider when wallclinging to this object More...
 

Detailed Description

Use this class on any platform or surface a Character could usually wallcling to. You'll be able to override the slow factor (close to 0 : very slow fall, 1 : normal fall, larger than 1 : faster fall than normal).

Member Data Documentation

◆ CanWallClingToThis

bool MoreMountains.CorgiEngine.WallClingingOverride.CanWallClingToThis = true

if this is set to false, a Character won't be able to wallcling to this object

◆ WallClingingSlowFactor

float MoreMountains.CorgiEngine.WallClingingOverride.WallClingingSlowFactor =1f

the slow factor to consider when wallclinging to this object


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