Platformer Pro  2.3.2
A platform game kit for Unity.
DamageType.cs File Reference

Classes

class  PlatformerPro.DamageTypeExtension
 Just a sample showing you how you could create your own names for custom damage types.
 

Namespaces

namespace  PlatformerPro
 

Enumerations

enum class  PlatformerPro.DamageType {
  PlatformerPro.NONE , PlatformerPro.PHYSICAL , PlatformerPro.FIRE , PlatformerPro.COLD ,
  PlatformerPro.ELECTRICAL , PlatformerPro.POISON , PlatformerPro.MAGIC , PlatformerPro.HOLY ,
  PlatformerPro.DEMONIC , PlatformerPro.HEAD_STOMP , PlatformerPro.PLATFORM_BOBBLE , PlatformerPro.CUSTOM_1 ,
  PlatformerPro.CUSTOM_2 , PlatformerPro.CUSTOM_3 , PlatformerPro.AUTO_KILL , PlatformerPro.TIME_EXPIRED ,
  PlatformerPro.SKIP_ANIMATION , PlatformerPro.LANDING , PlatformerPro.KICK , PlatformerPro.RADIATION
}
 Different types of damage that can be dealt. It includes some common types and some CUSTOM_X types which you can use for your own. There's also a sample name generator to show how you could use an extension method to easily name your own damage types. More...