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

A class used to store and define items in a chain of MMF Players. More...

Public Attributes

MMF_Player TargetPlayer
 the target MMF Player
Vector2 Delay
 a delay in seconds to wait for before playing this MMF Player (x) and after (y)
bool Inactive = false
 whether this player is active in the list or not. Inactive players will be skipped when playing the chain of players
bool WaitUntilComplete = true
 if this is true, the sequence will be blocked until this player has completed playing

Detailed Description

A class used to store and define items in a chain of MMF Players.

Member Data Documentation

◆ Delay

Vector2 MoreMountains.Feedbacks.MMF_PlayerChain.PlayerChainItem.Delay

a delay in seconds to wait for before playing this MMF Player (x) and after (y)

◆ Inactive

bool MoreMountains.Feedbacks.MMF_PlayerChain.PlayerChainItem.Inactive = false

whether this player is active in the list or not. Inactive players will be skipped when playing the chain of players

◆ TargetPlayer

MMF_Player MoreMountains.Feedbacks.MMF_PlayerChain.PlayerChainItem.TargetPlayer

the target MMF Player

◆ WaitUntilComplete

bool MoreMountains.Feedbacks.MMF_PlayerChain.PlayerChainItem.WaitUntilComplete = true

if this is true, the sequence will be blocked until this player has completed playing


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