Class caurina.transitions.SpecialPropertyModifier

Description

SpecialPropertyModifier A special property which actually acts on other properties

Field Index

getValue, modifyValues

Method Index

new SpecialPropertyModifier()
toString()

Constructor Detail

SpecialPropertyModifier

public function SpecialPropertyModifier(p_modifyFunction:Function, p_getFunction:Function)

Builds a new special property modifier object.

Parameters

p_modifyFunctionFunction Function that returns the modifider parameters.

Field Detail

modifyValues

public modifyValues:Function

getValue

public getValue:Function

Method Detail

toString

public function toString():String

Converts the instance to a string that can be used when trace()ing the object