| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object | +--com.mosesSupposes.fusefx.FXProperty
Field Summary | |
| public | conflictLookup: Object |
| Provides FuseFX speedier access to each conflict string | |
| public | conflicts: String |
| Stores the full conflict string passed in the constructor | |
| public | fxclass: Function |
| Stores the IFuseFX extension class reference passed in the constructor | |
| public | key: String |
| Stores the key passed in the constructor | |
Constructor | |
| public | FXProperty ( FXClass: Function, key: String, conflicts: String) |
| Defines a single tweenable property string, associates it with an IFuseFX extension, and identifies conflicts with other tweenable properties. | |
Method Summary | |
| public | removeConflicts ( target: Object ): Void |
| Strips conflicting properties defined in the constructor from a target using ZigoEngine.removeTween. | |
| public var conflictLookup: Object |
| Provides FuseFX speedier access to each conflict string |
| public var conflicts: String |
| Stores the full conflict string passed in the constructor |
| public var fxclass: Function |
| Stores the IFuseFX extension class reference passed in the constructor |
| public var key: String |
| Stores the key passed in the constructor |
|
| Defines a single tweenable property string, associates it with an IFuseFX extension, and identifies conflicts with other tweenable properties. | |||||||||
|
|
| Strips conflicting properties defined in the constructor from a target using ZigoEngine.removeTween. | |||
|