A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
target — Property, class org.flintparticles.threeD.renderers.Camera
The point that the camera looks at.
targetColor — Property, class org.flintparticles.common.actions.TargetColor
The target color.
TargetColor — class, package org.flintparticles.common.actions
The TargetColor action adjusts the color of the particle towards a target color.
TargetColor(targetColor:uint, rate:Number) — Constructor, class org.flintparticles.common.actions.TargetColor
The constructor creates a TargetColor action for use by an emitter.
targetFrameRate — Property, class org.flintparticles.common.counters.PerformanceAdjusted
The frame rate that the counter should aim for.
TargetRotateVelocity — class, package org.flintparticles.threeD.actions
The TargetRotateVelocity action adjusts the angular velocity of the particle towards the target angular velocity.
TargetRotateVelocity — class, package org.flintparticles.twoD.actions
The TargetRotateVelocity action adjusts the angular velocity of the particle towards the target angular velocity.
TargetRotateVelocity(axis:flash.geom:Vector3D, rotateSpeed:Number, rate:Number) — Constructor, class org.flintparticles.threeD.actions.TargetRotateVelocity
The constructor creates a TargetRotateVelocity action for use by an emitter.
TargetRotateVelocity(targetVelocity:Number, rate:Number) — Constructor, class org.flintparticles.twoD.actions.TargetRotateVelocity
The constructor creates a TargetRotateVelocity action for use by an emitter.
targetScale — Property, class org.flintparticles.common.actions.TargetScale
The target scale for the particle.
TargetScale — class, package org.flintparticles.common.actions
The TargetScale action adjusts the scale of the particle towards a target scale.
TargetScale(targetScale:Number, rate:Number) — Constructor, class org.flintparticles.common.actions.TargetScale
The constructor creates a TargetScale action for use by an emitter.
targetVelocity — Property, class org.flintparticles.threeD.actions.TargetVelocity
The x coordinate of the target velocity, in pixels per second.s
targetVelocity — Property, class org.flintparticles.twoD.actions.TargetRotateVelocity
The target angular velocity, in radians per second.
TargetVelocity — class, package org.flintparticles.threeD.actions
The TargetVelocity action adjusts the velocity of the particle towards the target velocity.
TargetVelocity — class, package org.flintparticles.twoD.actions
The TargetVelocity action adjusts the velocity of the particle towards the target velocity.
TargetVelocity(targetVelocity:flash.geom:Vector3D, rate:Number) — Constructor, class org.flintparticles.threeD.actions.TargetVelocity
The constructor creates a TargetVelocity action for use by an emitter.
TargetVelocity(targetVelocityX:Number, targetVelocityY:Number, rate:Number) — Constructor, class org.flintparticles.twoD.actions.TargetVelocity
The constructor creates a TargetVelocity action for use by an emitter.
targetVelocityX — Property, class org.flintparticles.twoD.actions.TargetVelocity
The x coordinate of the target velocity, in pixels per second.s
targetVelocityY — Property, class org.flintparticles.twoD.actions.TargetVelocity
The y coordinate of the target velocity, in pixels per second.
tilt(angle:Number) — method, class org.flintparticles.threeD.renderers.Camera
Tilt the camera up or down.
time — Property, class org.flintparticles.common.events.UpdateEvent
The particle to which the event relates.
TimePeriod — class, package org.flintparticles.common.counters
The TimePeriod counter causes the emitter to emit particles for a period of time and then stop.
TimePeriod(numParticles:uint, duration:Number, easing:Function) — Constructor, class org.flintparticles.common.counters.TimePeriod
The constructor creates a TimePeriod counter for use by an emitter.
toAxisRotation() — method, class org.flintparticles.threeD.geom.Quaternion
Convert this quaternion to an axis/angle rotation, returning the result in a Vector3D where x, y, z represent the axis and w represents the angle, in radians.
toDegrees — Property, class org.flintparticles.threeD.renderers.BitmapRenderer
toDegrees — Property, class org.flintparticles.threeD.renderers.mxml.BitmapRenderer
toMatrixTransformation() — method, class org.flintparticles.threeD.geom.Quaternion
Convert this quaternion to a matrix transformation.
top — Property, class org.flintparticles.threeD.zones.BitmapDataZone
The top side of the zone from the corner.
top — Property, class org.flintparticles.threeD.zones.GreyscaleZone
The top side of the zone from the corner.
top — Property, class org.flintparticles.twoD.actions.BoundingBox
The top coordinate of the bounding box.
top — Property, class org.flintparticles.twoD.actions.WrapAroundBox
The top coordinate of the box.
top — Property, class org.flintparticles.twoD.zones.RectangleZone
The top coordinate of the rectangle defining the region of the zone.
toString() — method, class org.flintparticles.threeD.geom.Quaternion
Get a string representation of this quaternion
totalRatios — Property, class org.flintparticles.common.utils.FastWeightedArray
The sum of the weights of all the values.
totalWeights — Property, class org.flintparticles.common.utils.WeightedArray
The sum of the weights of all the values.
track(distance:Number) — method, class org.flintparticles.threeD.renderers.Camera
Dolly or Track the camera left/right.
trackRate — Property, class org.flintparticles.threeD.renderers.controllers.FirstPersonCamera
The rate at which to track the camera when the appropriate keys are pressed, in units per second.
trackRate — Property, class org.flintparticles.threeD.renderers.controllers.OrbitCamera
The rate at which to track the camera when the appropriate keys are pressed, in units per second.
trackRate — Property, class org.flintparticles.threeD.renderers.controllers.mxml.FirstPersonCamera
The rate at which to track the camera when the appropriate keys are pressed, in units per second.
trackRate — Property, class org.flintparticles.threeD.renderers.controllers.mxml.OrbitCamera
The rate at which to track the camera when the appropriate keys are pressed, in units per second.
transform — Property, class org.flintparticles.threeD.renderers.Camera
The transform matrix that converts positions in world space to positions in camera space.
truncatedHeight — Property, class org.flintparticles.threeD.zones.ConeZone
The height at which the top of the cone is removed, leaving just the base from height to truncatedHeight.
TurnAwayFromMouse — class, package org.flintparticles.twoD.actions
The TurnAwayFromMouse action causes the particle to constantly adjust its direction so that it travels away from the mouse pointer.
TurnAwayFromMouse(power:Number, renderer:flash.display:DisplayObject) — Constructor, class org.flintparticles.twoD.actions.TurnAwayFromMouse
The constructor creates a TurnAwayFromMouse action for use by an emitter.
TurnTowardsMouse — class, package org.flintparticles.twoD.actions
The TurnTowardsMouse action causes the particle to constantly adjust its direction so that it travels towards the mouse pointer.
TurnTowardsMouse(power:Number, renderer:flash.display:DisplayObject) — Constructor, class org.flintparticles.twoD.actions.TurnTowardsMouse
The constructor creates a TurnTowardsMouse action for use by an emitter.
TurnTowardsPoint — class, package org.flintparticles.threeD.actions
The TurnTowardsPoint action causes the particle to constantly adjust its direction so that it travels towards a particular point.
TurnTowardsPoint — class, package org.flintparticles.twoD.actions
The TurnTowardsPoint action causes the particle to constantly adjust its direction so that it travels towards a particular point.
TurnTowardsPoint(point:flash.geom:Vector3D, power:Number) — Constructor, class org.flintparticles.threeD.actions.TurnTowardsPoint
The constructor creates a TurnTowardsPoint action for use by an emitter.
TurnTowardsPoint(x:Number, y:Number, power:Number) — Constructor, class org.flintparticles.twoD.actions.TurnTowardsPoint
The constructor creates a TurnTowardsPoint action for use by an emitter.
TweenPosition — class, package org.flintparticles.threeD.actions
The TweenPosition action adjusts the particle's position between two locations as it ages.
TweenPosition — class, package org.flintparticles.twoD.actions
The TweenPosition action adjusts the particle's position between two locations as it ages.
TweenPosition(start:flash.geom:Vector3D, end:flash.geom:Vector3D) — Constructor, class org.flintparticles.threeD.actions.TweenPosition
The constructor creates a TweenPosition action for use by an emitter.
TweenPosition(startX:Number, startY:Number, endX:Number, endY:Number) — Constructor, class org.flintparticles.twoD.actions.TweenPosition
The constructor creates a TweenPosition action for use by an emitter.
TweenToZone — class, package org.flintparticles.threeD.actions
The TweenToZone action adjusts the particle's position between two locations as it ages.
TweenToZone — class, package org.flintparticles.twoD.actions
The TweenToZone action adjusts the particle's position between two locations as it ages.
TweenToZone(zone:org.flintparticles.threeD.zones:Zone3D) — Constructor, class org.flintparticles.threeD.actions.TweenToZone
The constructor creates a TweenToZone action for use by an emitter.
TweenToZone(zone:org.flintparticles.twoD.zones:Zone2D) — Constructor, class org.flintparticles.twoD.actions.TweenToZone
The constructor creates a TweenToZone action for use by an emitter.
TwoWay — class, package org.flintparticles.common.easing
A set of easing equations that start and end at the end value and reach the start value at the half-time point.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z