C# Class Radegast.Rendering.TextureAnimationInfo

Class handling texture animations
Afficher le fichier Open project: justasabc/UnityOpenSimClient

Méthodes publiques

Свойство Type Description
CurrentFrame float
CurrentTime float
PingPong bool
PrimAnimInfo OpenMetaverse.Primitive.TextureAnimation

Méthodes publiques

Méthode Description
Step ( float lastFrameTime ) : void

Perform texture manupulation to implement texture animations

Private Methods

Méthode Description
ExperimentalStep ( float time ) : void

Method Details

Step() public méthode

Perform texture manupulation to implement texture animations
public Step ( float lastFrameTime ) : void
lastFrameTime float Time passed since the last run (in seconds)
Résultat void

Property Details

CurrentFrame public_oe property

public float CurrentFrame
Résultat float

CurrentTime public_oe property

public float CurrentTime
Résultat float

PingPong public_oe property

public bool PingPong
Résultat bool

PrimAnimInfo public_oe property

public Primitive.TextureAnimation,OpenMetaverse PrimAnimInfo
Résultat OpenMetaverse.Primitive.TextureAnimation