DeckStacker v1.0
A card manager plugin for Unity games.
 
Loading...
Searching...
No Matches
DeckStacker.DSCardMovementSettingsSO Class Reference
Inheritance diagram for DeckStacker.DSCardMovementSettingsSO:

Data Structures

class  MoveCurve
 
class  RotationCurves
 

Public Member Functions

AnimationCurve GetMoveCurve (string key_)
 
RotationCurves GetRotationCurves (string key_)
 

Properties

List< MoveCurvecardMovementCurves [get]
 
List< RotationCurvescardRotationCurves [get]
 

Detailed Description

This scriptable object saves global curve values for movement lerps.

Member Function Documentation

◆ GetMoveCurve()

AnimationCurve DeckStacker.DSCardMovementSettingsSO.GetMoveCurve ( string key_)
inline

Input a key, and this will return the corresponding MoveCurve from cardMovementCuves.

◆ GetRotationCurves()

RotationCurves DeckStacker.DSCardMovementSettingsSO.GetRotationCurves ( string key_)
inline

Input a key, and this will return the corresponding RotationCurve from cardRotationCuves.

Property Documentation

◆ cardMovementCurves

List<MoveCurve> DeckStacker.DSCardMovementSettingsSO.cardMovementCurves
get

This list allows the developer to add different move curves, for adjusting the speed of cards while they animate to different spacial positions.

Move curves are serached for by key.

◆ cardRotationCurves

List<RotationCurves> DeckStacker.DSCardMovementSettingsSO.cardRotationCurves
get

This list allows the developer to add different rotation curves, for card flipping animations.

Rotation Curves are serached for by key.


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