Highroad Engine v1.3
Public Attributes | List of all members
MoreMountains.Tools.MMParallaxUI.ParallaxLayer Class Reference

A class used to store layer settings More...

Public Attributes

RectTransform Rect
 the rect transform for this layer
More...
 
float Speed = 2f
 the speed at which this layer should move More...
 
float Amplitude = 50f
 the maximum distance this layer can travel from its starting position More...
 
Vector2 StartPosition
 the starting position for this layer More...
 
bool Active = true
 if this is false, this layer won't move More...
 

Detailed Description

A class used to store layer settings

Member Data Documentation

◆ Active

bool MoreMountains.Tools.MMParallaxUI.ParallaxLayer.Active = true

if this is false, this layer won't move

◆ Amplitude

float MoreMountains.Tools.MMParallaxUI.ParallaxLayer.Amplitude = 50f

the maximum distance this layer can travel from its starting position

◆ Rect

RectTransform MoreMountains.Tools.MMParallaxUI.ParallaxLayer.Rect

the rect transform for this layer

◆ Speed

float MoreMountains.Tools.MMParallaxUI.ParallaxLayer.Speed = 2f

the speed at which this layer should move

◆ StartPosition

Vector2 MoreMountains.Tools.MMParallaxUI.ParallaxLayer.StartPosition

the starting position for this layer


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