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

This feedback will let you control the RaycastTarget parameter of a target image, turning it on or off on play More...

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

Public Attributes

Image TargetImage
 the target Image we want to control the RaycastTarget parameter on More...
 
bool ShouldBeRaycastTarget = true
 if this is true, when played, the target image will become a raycast target 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 raycastTarget on or off More...
 

Additional Inherited Members

Detailed Description

This feedback will let you control the RaycastTarget parameter of a target image, turning it on or off on play

Member Function Documentation

◆ CustomPlayFeedback()

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

On play we turn raycastTarget on or off

Parameters
position
feedbacksIntensity

Implements MoreMountains.Feedbacks.MMF_Feedback.

Member Data Documentation

◆ FeedbackTypeAuthorized

bool MoreMountains.Feedbacks.MMF_ImageRaycastTarget.FeedbackTypeAuthorized = true
static

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

◆ ShouldBeRaycastTarget

bool MoreMountains.Feedbacks.MMF_ImageRaycastTarget.ShouldBeRaycastTarget = true

if this is true, when played, the target image will become a raycast target

◆ TargetImage

Image MoreMountains.Feedbacks.MMF_ImageRaycastTarget.TargetImage

the target Image we want to control the RaycastTarget parameter on


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