AnimatedMaterialTiling
Class in Zigurous.Animation
Inherits from UpdateBehaviour
Declaration
public class AnimatedMaterialTiling : UpdateBehaviour
Description
Animates the tiling property of a renderer's material.
Properties
renderer | The renderer to animate. |
animationSpeed | The tiling animation speed. |
axis | The tiling axis to animate on. |
Methods
Reset | A Unity lifecycle method called when the behavior is reset in the editor. |
OnUpdate | Handles updates of the animation behavior. |
Inherited
Properties
updateMode | The update mode of the behavior. |