C# Class AutoFlip

Inheritance: MonoBehaviour
Afficher le fichier Open project: Dandarawy/Unity3DBookPageCurl Class Usage Examples

Méthodes publiques

Свойство Type Description
AnimationFramesCount int
AutoStartFlip bool
ControledBook Book,
DelayBeforeStarting float
Mode FlipMode
PageFlipTime float
TimeBetweenPages float

Méthodes publiques

Méthode Description
FlipLeftPage ( ) : void
FlipRightPage ( ) : void
PageFlipped ( ) : void
Start ( ) : void
StartFlipping ( ) : void

Private Methods

Méthode Description
FlipLTR ( float xc, float xl, float h, float frameTime, float dx ) : IEnumerator
FlipRTL ( float xc, float xl, float h, float frameTime, float dx ) : IEnumerator
FlipToEnd ( ) : IEnumerator

Method Details

FlipLeftPage() public méthode

public FlipLeftPage ( ) : void
Résultat void

FlipRightPage() public méthode

public FlipRightPage ( ) : void
Résultat void

PageFlipped() public méthode

public PageFlipped ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

StartFlipping() public méthode

public StartFlipping ( ) : void
Résultat void

Property Details

AnimationFramesCount public_oe property

public int AnimationFramesCount
Résultat int

AutoStartFlip public_oe property

public bool AutoStartFlip
Résultat bool

ControledBook public_oe property

public Book, ControledBook
Résultat Book,

DelayBeforeStarting public_oe property

public float DelayBeforeStarting
Résultat float

Mode public_oe property

public FlipMode Mode
Résultat FlipMode

PageFlipTime public_oe property

public float PageFlipTime
Résultat float

TimeBetweenPages public_oe property

public float TimeBetweenPages
Résultat float