Packagecom.greensock.data
Classpublic dynamic class VarsCore
InheritanceVarsCore Inheritance flash.utils.Proxy
SubclassesColorTransformVars, FilterVars, TransformAroundPointVars, TweenLiteVars

VarsCore provides a way to make an object's non-dynamic properties enumerable (only if/when the property is set to a non-default value) which is necessary for many of the vars objects in the GreenSock tweening platform (TweenLiteVars, TweenMaxVars, etc.). There is no reason to use VarsCore directly, but rather use a subclass like TweenLiteVars to enable strict data typing and code hinting in modern apps like Flex Builder, FDT, etc. Copyright 2010, GreenSock. All rights reserved. This work is subject to the terms in http://www.greensock.com/terms_of_use.html or for corporate Club GreenSock members, the software agreement that was issued with the corporate membership.



Public Methods
 MethodDefined by
  
Constructor
VarsCore
Protected Methods
 MethodDefined by
  
hasProperty(name:*):Boolean
VarsCore
Constructor detail
VarsCore()constructor
public function VarsCore()

Constructor

Method detail
hasProperty()method
flash_proxy override function hasProperty(name:*):BooleanParameters
name:*

Returns
Boolean