PassiveHitCollider Class

Summary

A component which PlatformerGameKit.Hits anything touching its collider.
Assembly
PlatformerGameKit.dll
Namespace
PlatformerGameKit
Base Types
  • MonoBehaviour
graph BT Type-->Base0["MonoBehaviour"] Type["PassiveHitCollider"] class Type type-node

Syntax

[AddComponentMenu(Strings.MenuPrefix + "Passive Hit Collider")]
[PlatformerHelpUrl(typeof(PassiveHitCollider))]
public class PassiveHitCollider : MonoBehaviour

Attributes

Type Description
AddComponentMenu
PlatformerHelpUrlAttribute [Assert-Conditional] A UnityEngine.HelpURLAttribute which points to Platformer Game Kit's documentation.

Properties

Name Value Summary
Damage int
HitAngle float
HitForce float
ReHitDelay float
Team Team

Methods