C# Class ScrollRectSnap, Holdout

Inheritance: MonoBehaviour
Mostra file Open project: MaddJhin/Holdout Class Usage Examples

Public Properties

Property Type Description
snappingSpeed float

Public Methods

Method Description
EndDrag ( ) : void
LerpToBttn ( int position ) : void
Start ( ) : void
StartDrag ( ) : void
Update ( ) : void

Method Details

EndDrag() public method

public EndDrag ( ) : void
return void

LerpToBttn() public method

public LerpToBttn ( int position ) : void
position int
return void

Start() public method

public Start ( ) : void
return void

StartDrag() public method

public StartDrag ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

snappingSpeed public_oe property

public float snappingSpeed
return float