Infinite Runner Engine v1.9
Public Attributes | Protected Member Functions | List of all members
MoreMountains.Feedbacks.DemoPackageTester Class Reference

This class, meant to be used in MMFeedbacks demos, will check for requirements, and output an error message if necessary. More...

Inheritance diagram for MoreMountains.Feedbacks.DemoPackageTester:

Public Attributes

bool RequiresPostProcessing
 does the scene require post processing to be installed? More...
 
bool RequiresTMP
 does the scene require TextMesh Pro to be installed? More...
 
bool RequiresCinemachine
 does the scene require Cinemachine to be installed? More...
 

Protected Member Functions

virtual void Awake ()
 On Awake we test for dependencies More...
 
virtual void TestForDependencies ()
 Checks whether or not dependencies have been correctly installed More...
 

Detailed Description

This class, meant to be used in MMFeedbacks demos, will check for requirements, and output an error message if necessary.

Member Function Documentation

◆ Awake()

virtual void MoreMountains.Feedbacks.DemoPackageTester.Awake ( )
protectedvirtual

On Awake we test for dependencies

◆ TestForDependencies()

virtual void MoreMountains.Feedbacks.DemoPackageTester.TestForDependencies ( )
protectedvirtual

Checks whether or not dependencies have been correctly installed

Member Data Documentation

◆ RequiresCinemachine

bool MoreMountains.Feedbacks.DemoPackageTester.RequiresCinemachine

does the scene require Cinemachine to be installed?

◆ RequiresPostProcessing

bool MoreMountains.Feedbacks.DemoPackageTester.RequiresPostProcessing

does the scene require post processing to be installed?

◆ RequiresTMP

bool MoreMountains.Feedbacks.DemoPackageTester.RequiresTMP

does the scene require TextMesh Pro to be installed?


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