TopDown Engine  v3.6
MoreMountains.TopDownEngine.SurfaceModifier Class Reference

Add this component to a platform and define its new friction or force which will be applied to any TopDownController that walks on it TODO, still work in progress More...

Inheritance diagram for MoreMountains.TopDownEngine.SurfaceModifier:
MoreMountains.TopDownEngine.TopDownMonoBehaviour MoreMountains.Tools.MMMonoBehaviour

Public Attributes

float Friction
 the amount of friction to apply to a TopDownController walking over this surface
More...
 
Vector3 AddedForce =Vector3.zero
 the amount of force to add to a TopDownController walking over this surface More...
 

Detailed Description

Add this component to a platform and define its new friction or force which will be applied to any TopDownController that walks on it TODO, still work in progress

Member Data Documentation

◆ AddedForce

Vector3 MoreMountains.TopDownEngine.SurfaceModifier.AddedForce =Vector3.zero

the amount of force to add to a TopDownController walking over this surface

◆ Friction

float MoreMountains.TopDownEngine.SurfaceModifier.Friction

the amount of friction to apply to a TopDownController walking over this surface


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