CAEmitterCell Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A source of particles emitted by a CAEmitterLayer instance.
[Foundation.Register("CAEmitterCell", true)]
public class CAEmitterCell : Foundation.NSObject, CoreAnimation.ICAMediaTiming, Foundation.INSSecureCoding, IDisposable
[<Foundation.Register("CAEmitterCell", true)>]
type CAEmitterCell = class
inherit NSObject
interface ICAMediaTiming
interface INativeObject
interface IDisposable
interface INSCoding
interface INSSecureCoding
- Inheritance
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| CAEmitterCell() |
Creates a new CAEmitterCell with default values. |
| CAEmitterCell(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| CAEmitterCell(NSCoder) |
A constructor that initializes the object from the data stored in the unarchiver object. |
| CAEmitterCell(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
Properties
| Name | Description |
|---|---|
| AccelerationX |
Gets or sets the X component of the cell's acceleration. |
| AccelerationY |
Gets or sets the Y component of the cell's acceleration. |
| AccelerationZ |
Gets or sets the Z component of the cell's acceleration. |
| AccessibilityAttributedUserInputLabels | (Inherited from NSObject) |
| AccessibilityRespondsToUserInteraction | (Inherited from NSObject) |
| AccessibilityTextualContext | (Inherited from NSObject) |
| AccessibilityUserInputLabels | (Inherited from NSObject) |
| AlphaRange |
Gets or sets the average amount of the alpha variation. |
| AlphaSpeed |
Gets or sets the speed at which the alpha value changes. |
| AutoReverses | |
| BeginTime | |
| BirthRate |
Gets or sets the frequeny, in Hz, at which particles are emitted. |
| BlueRange |
Gets or sets the average deviation of the blue color component. |
| BlueSpeed |
Gets or sets the speed at which the blue value changes. |
| Cells |
Gets or sets an optional array of subcells. |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. |
| Color |
Gets or sets the color or average color of the emitted objects. |
| Contents |
Gets or sets the image content of the layer. |
| ContentsRect |
Gets or sets the rectangular portion of the image contents to draw. |
| ContentsScale |
Gets or sets the scale at which to draw the image contents. |
| DebugDescription | (Inherited from NSObject) |
| Description | (Inherited from NSObject) |
| Duration | |
| EmissionLatitude |
Gets the angle from the Z axis at which particles are emitted. |
| EmissionLongitude |
Gets or sets the azimuth angle of the emitted particles. |
| EmissionRange |
Gets or sets the average amount of variation in the particle emission rate. |
| Enabled |
Gets or sets a Boolean value that controls whether emitted cells are rendered. |
| ExposedBindings | (Inherited from NSObject) |
| FillMode | |
| GreenRange |
Gets or sets the average deviation of the green color component. |
| GreenSpeed |
Gets or sets the speed at which the green value changes. |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| IsDirectBinding | (Inherited from NSObject) |
| IsProxy | (Inherited from NSObject) |
| LifeTime |
Gets or sets the average particle lifetime. |
| LifetimeRange |
Gets or sets the average amount of variation in the particle lifetime. |
| MagnificationFilter |
Gets or sets the filter to use when enlarging content. |
| MinificationFilter |
TGets or sets the filter to use when shrinking content. |
| MinificationFilterBias |
Gets or sets a numerical value that controls detail presentation for a trilinear minification filter. |
| Name |
Gets or sets a name for the cell that can be used in animation keypaths. |
| RedRange |
Gets or sets the average deviation of the blue color component. |
| RedSpeed |
Gets or sets the speed at which the red value changes. |
| RepeatCount | |
| RepeatDuration | |
| RetainCount | (Inherited from NSObject) |
| Scale |
Gets or sets the scale factor to apply to the emitter cell. |
| ScaleRange |
Gets or sets the average value by which the scale factor can differ from its nominal value. |
| ScaleSpeed |
Gets or sets the speed at which the scale factor changes. |
| Self | (Inherited from NSObject) |
| Speed | |
| Spin |
Gets or sets the rotational speed in radians per second. |
| SpinRange |
Gets or sets the average value by which the spin can differ from its nominal value. |
| Style |
Gets or sets an optional dictionary of style values. |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| TimeOffset | |
| Velocity |
Gets or sets the initial velocity of the emitter cell. |
| VelocityRange |
Gets or sets the average value by which the velocity can differ from its nominal value. |
| WeakContents |
Gets or sets a weak reference to the image contents for the layer. |
| Zone | (Inherited from NSObject) |