TopDown Engine v4.5
Loading...
Searching...
No Matches
MoreMountains.Feedbacks.MMF_BroadcastProxy Class Reference

This component will be automatically added by the MMF_Broadcast feedback. More...

Inheritance diagram for MoreMountains.Feedbacks.MMF_BroadcastProxy:

Public Attributes

int Channel
 the channel on which to broadcast
float DebugLevel
 a debug view of the current level being broadcasted
bool BroadcastInProgress = false
 whether or not a broadcast is in progress (will be false while the value is not changing, and thus not broadcasting)

Protected Member Functions

virtual void Update ()
 On Update we process our broadcast.
virtual void ProcessBroadcast ()
 Broadcasts the value if needed.

Protected Attributes

float _levelLastFrame

Properties

virtual float ThisLevel [get, set]

Detailed Description

This component will be automatically added by the MMF_Broadcast feedback.

Member Function Documentation

◆ ProcessBroadcast()

virtual void MoreMountains.Feedbacks.MMF_BroadcastProxy.ProcessBroadcast ( )
protectedvirtual

Broadcasts the value if needed.

◆ Update()

virtual void MoreMountains.Feedbacks.MMF_BroadcastProxy.Update ( )
protectedvirtual

On Update we process our broadcast.

Member Data Documentation

◆ _levelLastFrame

float MoreMountains.Feedbacks.MMF_BroadcastProxy._levelLastFrame
protected

◆ BroadcastInProgress

bool MoreMountains.Feedbacks.MMF_BroadcastProxy.BroadcastInProgress = false

whether or not a broadcast is in progress (will be false while the value is not changing, and thus not broadcasting)

◆ Channel

int MoreMountains.Feedbacks.MMF_BroadcastProxy.Channel

the channel on which to broadcast

◆ DebugLevel

float MoreMountains.Feedbacks.MMF_BroadcastProxy.DebugLevel

a debug view of the current level being broadcasted

Property Documentation

◆ ThisLevel

virtual float MoreMountains.Feedbacks.MMF_BroadcastProxy.ThisLevel
getset

The documentation for this class was generated from the following file:
  • H:/Code/MoreMountains/topdownengine/Assets/TopDownEngine/ThirdParty/MoreMountains/MMFeedbacks/MMFeedbacksForThirdParty/MMTools/Feedbacks/MMF_BroadcastProxy.cs