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

This feedback will let you turn the BlocksRaycast parameter of a target CanvasGroup on or off on play More...

Inheritance diagram for MoreMountains.Feedbacks.MMF_CanvasGroupBlocksRaycasts:
MoreMountains.Feedbacks.MMF_Feedback

Public Attributes

CanvasGroup TargetCanvasGroup
 the target canvas group we want to control the BlocksRaycasts parameter on More...
 
bool ShouldBlockRaycasts = true
 if this is true, on play, the target canvas group will block raycasts, if false it won't More...
 

Static Public Attributes

static bool FeedbackTypeAuthorized = true
 a static bool used to disable all feedbacks of this type at once More...
 

Protected Member Functions

override void CustomPlayFeedback (Vector3 position, float feedbacksIntensity=1.0f)
 On play we turn raycast block on or off More...
 

Additional Inherited Members

Detailed Description

This feedback will let you turn the BlocksRaycast parameter of a target CanvasGroup on or off on play

Member Function Documentation

◆ CustomPlayFeedback()

override void MoreMountains.Feedbacks.MMF_CanvasGroupBlocksRaycasts.CustomPlayFeedback ( Vector3  position,
float  feedbacksIntensity = 1.0f 
)
protectedvirtual

On play we turn raycast block on or off

Parameters
position
feedbacksIntensity

Implements MoreMountains.Feedbacks.MMF_Feedback.

Member Data Documentation

◆ FeedbackTypeAuthorized

bool MoreMountains.Feedbacks.MMF_CanvasGroupBlocksRaycasts.FeedbackTypeAuthorized = true
static

a static bool used to disable all feedbacks of this type at once

◆ ShouldBlockRaycasts

bool MoreMountains.Feedbacks.MMF_CanvasGroupBlocksRaycasts.ShouldBlockRaycasts = true

if this is true, on play, the target canvas group will block raycasts, if false it won't

◆ TargetCanvasGroup

CanvasGroup MoreMountains.Feedbacks.MMF_CanvasGroupBlocksRaycasts.TargetCanvasGroup

the target canvas group we want to control the BlocksRaycasts parameter on


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