ImageSpaceModifier Script
Revision as of 05:04, 24 October 2013 by imported>CraftySentinel (→Properties: Formatting Change)
Extends: Form Script
Script for the manipulation of image-space modifiers.
Definition
ScriptName ImageSpaceModifier extends Form
Properties
None
Global Functions
Function | Description |
---|---|
RemoveCrossFade(Float afFadeDuration) | Removes the last modifier on the cross-fade chain, fading it out. |
Member Functions
Function | Description |
---|---|
Apply(Float afStrength) | Applies this image-space modifier to the screen at the specified strength. |
ApplyCrossFade(Float afFadeDuration) | Applies this modifier to the cross-fade chain, fading between the last modifier on the chain and this one. |
PopTo(ImageSpaceModifier akNewModifier, Float afStrength) | Disables this modifier and immediately enables the other one - "popping" to it. |
Remove() | Removes this image-space modifier from the screen. |
Events
None