SKEmitterNode.ParticleColorSequence Property
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.
Gets or sets a value that represents: the average color; the ranges for the alpha, red, blue, and green channels about their average values; and the alpha, red, blue, and green rates of change.
public virtual SpriteKit.SKKeyframeSequence ParticleColorSequence { [Foundation.Export("particleColorSequence", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setParticleColorSequence:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.ParticleColorSequence : SpriteKit.SKKeyframeSequence with get, set
Property Value
(More documentation for this node is coming)
This value can be null
.
- Attributes