Hit.

Hit.ITarget Interface

Summary

An object that can be PlatformerGameKit.Hit.
Assembly
PlatformerGameKit.dll
Namespace
PlatformerGameKit
Implementing Types
graph BT Type["Hit.ITarget"] class Type type-node Implementing0["Health"]-.->Type click Implementing0 "/platformer/api/PlatformerGameKit/Health" Implementing1["Destructible"]-.->Type click Implementing1 "/platformer/api/PlatformerGameKit/Destructible"

Syntax

public interface Hit.ITarget

Methods

Name Value Summary
CanBeHit(Hit) bool
Can this object be affected by the current PlatformerGameKit.Hit details?
ReceiveHit(Hit) void
Applies the effects of the current PlatformerGameKit.Hit to this object.