Corgi Engine  v8.8
MoreMountains.Feedbacks.MMF_PlayerCopy Class Reference

A helper class to copy and paste feedback properties More...

Static Public Member Functions

static bool HasCopy ()
 
static bool HasMultipleCopies ()
 
static void Copy (MMF_Feedback feedback)
 
static void CopyAll (MMF_Player sourceFeedbacks)
 
static void PasteAll (MMF_PlayerEditor targetEditor)
 
static void StoreRuntimeChanges (MMF_Player player)
 
static void ApplyRuntimeChanges (MMF_Player player)
 

Static Public Attributes

static readonly List< MMF_FeedbackCopiedFeedbacks = new List<MMF_Feedback>()
 
static readonly Dictionary< MMF_Player, List< MMF_Feedback > > RuntimeChanges = new Dictionary<MMF_Player, List<MMF_Feedback>>()
 

Properties

static System.Type Type [get]
 

Detailed Description

A helper class to copy and paste feedback properties

Member Function Documentation

◆ ApplyRuntimeChanges()

static void MoreMountains.Feedbacks.MMF_PlayerCopy.ApplyRuntimeChanges ( MMF_Player  player)
static

◆ Copy()

static void MoreMountains.Feedbacks.MMF_PlayerCopy.Copy ( MMF_Feedback  feedback)
static

◆ CopyAll()

static void MoreMountains.Feedbacks.MMF_PlayerCopy.CopyAll ( MMF_Player  sourceFeedbacks)
static

◆ HasCopy()

static bool MoreMountains.Feedbacks.MMF_PlayerCopy.HasCopy ( )
static

◆ HasMultipleCopies()

static bool MoreMountains.Feedbacks.MMF_PlayerCopy.HasMultipleCopies ( )
static

◆ PasteAll()

static void MoreMountains.Feedbacks.MMF_PlayerCopy.PasteAll ( MMF_PlayerEditor  targetEditor)
static

◆ StoreRuntimeChanges()

static void MoreMountains.Feedbacks.MMF_PlayerCopy.StoreRuntimeChanges ( MMF_Player  player)
static

Member Data Documentation

◆ CopiedFeedbacks

readonly List<MMF_Feedback> MoreMountains.Feedbacks.MMF_PlayerCopy.CopiedFeedbacks = new List<MMF_Feedback>()
static

◆ RuntimeChanges

readonly Dictionary<MMF_Player, List<MMF_Feedback> > MoreMountains.Feedbacks.MMF_PlayerCopy.RuntimeChanges = new Dictionary<MMF_Player, List<MMF_Feedback>>()
static

Property Documentation

◆ Type

System.Type MoreMountains.Feedbacks.MMF_PlayerCopy.Type
staticget

The documentation for this class was generated from the following file: