C# Class SwipeControl, NewCloud

Inheritance: MonoBehaviour
Afficher le fichier Open project: nileshlg2003/NewCloud Class Usage Examples

Méthodes publiques

Свойство Type Description
allowInput bool
clickEdgeToSwitch bool
controlEnabled bool
currentValue int
debug bool
leftEdgeRectForClickSwitch Rect
matrix Matrix4x4
maxSpeed float
maxValue int
mouseRect Rect
partWidth float
rightEdgeRectForClickSwitch Rect
skipAutoSetup bool
smoothValue float
startValue int

Méthodes publiques

Méthode Description
CalculateEdgeRectsFromMouseRect ( ) : void
CalculateEdgeRectsFromMouseRect ( Rect myRect ) : void
FillArrayWithValue ( float arr, float val ) : void
OnGUI ( ) : void
SetEdgeRects ( Rect leftRect, Rect rightRect ) : void
SetMouseRect ( Rect myRect ) : void
Setup ( ) : void
Update ( ) : void

Private Methods

Méthode Description
GetAvgValue ( float arr ) : float
Start ( ) : IEnumerator

Method Details

CalculateEdgeRectsFromMouseRect() public méthode

public CalculateEdgeRectsFromMouseRect ( ) : void
Résultat void

CalculateEdgeRectsFromMouseRect() public méthode

public CalculateEdgeRectsFromMouseRect ( Rect myRect ) : void
myRect Rect
Résultat void

FillArrayWithValue() public méthode

public FillArrayWithValue ( float arr, float val ) : void
arr float
val float
Résultat void

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

SetEdgeRects() public méthode

public SetEdgeRects ( Rect leftRect, Rect rightRect ) : void
leftRect Rect
rightRect Rect
Résultat void

SetMouseRect() public méthode

public SetMouseRect ( Rect myRect ) : void
myRect Rect
Résultat void

Setup() public méthode

public Setup ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

allowInput public_oe property

public bool allowInput
Résultat bool

clickEdgeToSwitch public_oe property

public bool clickEdgeToSwitch
Résultat bool

controlEnabled public_oe property

public bool controlEnabled
Résultat bool

currentValue public_oe property

public int currentValue
Résultat int

debug public_oe property

public bool debug
Résultat bool

leftEdgeRectForClickSwitch public_oe property

public Rect leftEdgeRectForClickSwitch
Résultat Rect

matrix public_oe property

public Matrix4x4 matrix
Résultat Matrix4x4

maxSpeed public_oe property

public float maxSpeed
Résultat float

maxValue public_oe property

public int maxValue
Résultat int

mouseRect public_oe property

public Rect mouseRect
Résultat Rect

partWidth public_oe property

public float partWidth
Résultat float

rightEdgeRectForClickSwitch public_oe property

public Rect rightEdgeRectForClickSwitch
Résultat Rect

skipAutoSetup public_oe property

public bool skipAutoSetup
Résultat bool

smoothValue public_oe property

public float smoothValue
Résultat float

startValue public_oe property

public int startValue
Résultat int