public class SKEmitterNode extends SKNode
SKNode.Block_enumerateChildNodesWithNameUsingBlock, SKNode.Block_runActionCompletionNSObject.Function_instanceMethodForSelector_ret, NSObject.Function_methodForSelector_retUIResponderStandardEditActions.Block_updateTextAttributesWithConversionHandler| Modifier | Constructor and Description |
|---|---|
protected |
SKEmitterNode(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
_supportsSecureCoding()
This property must return YES on all classes that allow secure coding.
|
static boolean |
accessInstanceVariablesDirectly() |
void |
advanceSimulationTime(double sec)
The particle simulation is stepped automatically each frame when present in the scene.
|
static SKEmitterNode |
alloc() |
static SKEmitterNode |
allocWithZone(org.moe.natj.general.ptr.VoidPtr zone) |
NSDictionary<java.lang.String,? extends SKAttributeValue> |
attributeValues()
Optional dictionary of SKAttributeValues
Attributes can be used with custom SKShaders.
|
static boolean |
automaticallyNotifiesObserversForKey(java.lang.String key) |
static void |
cancelPreviousPerformRequestsWithTarget(java.lang.Object aTarget) |
static void |
cancelPreviousPerformRequestsWithTargetSelectorObject(java.lang.Object aTarget,
org.moe.natj.objc.SEL aSelector,
java.lang.Object anArgument) |
static NSArray<java.lang.String> |
classFallbacksForKeyedArchiver() |
static org.moe.natj.objc.Class |
classForKeyedUnarchiver() |
static void |
clearTextInputContextIdentifier(java.lang.String identifier) |
static java.lang.String |
debugDescription_static() |
static java.lang.String |
description_static() |
double |
emissionAngle()
The angle at which to emit each new particle, in radians.
|
double |
emissionAngleRange()
The random variance about the angle at which to emit each new particle, in radians.
|
int |
fieldBitMask()
Defines what logical 'categories' of fields this particles emitted respond to.
|
static long |
hash_static() |
SKEmitterNode |
init() |
SKEmitterNode |
initWithCoder(NSCoder aDecoder)
NS_DESIGNATED_INITIALIZER
|
static NSObject.Function_instanceMethodForSelector_ret |
instanceMethodForSelector(org.moe.natj.objc.SEL aSelector) |
static NSMethodSignature |
instanceMethodSignatureForSelector(org.moe.natj.objc.SEL aSelector) |
static boolean |
instancesRespondToSelector(org.moe.natj.objc.SEL aSelector) |
static boolean |
isSubclassOfClass(org.moe.natj.objc.Class aClass) |
static NSSet<java.lang.String> |
keyPathsForValuesAffectingValueForKey(java.lang.String key) |
static SKEmitterNode |
new_objc() |
static SKEmitterNode |
node() |
static SKEmitterNode |
nodeWithFileNamed(java.lang.String filename) |
static SKEmitterNode |
nodeWithFileNamedSecurelyWithClassesAndError(java.lang.String filename,
NSSet<? extends org.moe.natj.objc.Class> classes,
org.moe.natj.general.ptr.Ptr<NSError> error) |
long |
numParticlesToEmit()
The number of particles that will be emitted.
|
static NSArray<? extends GKPolygonObstacle> |
obstaclesFromNodeBounds(NSArray<? extends SKNode> nodes) |
static NSArray<? extends GKPolygonObstacle> |
obstaclesFromNodePhysicsBodies(NSArray<? extends SKNode> nodes) |
static NSArray<? extends GKPolygonObstacle> |
obstaclesFromSpriteTexturesAccuracy(NSArray<? extends SKNode> sprites,
float accuracy) |
SKAction |
particleAction()
Specifies an action executed by new particles.
|
double |
particleAlpha()
The starting alpha for each particle.
|
double |
particleAlphaRange()
The random variance about the starting alpha for each particle.
|
SKKeyframeSequence |
particleAlphaSequence() |
double |
particleAlphaSpeed()
The rate at which to modify the alpha for each particle.
|
double |
particleBirthRate()
The rate at which new particles are generated, in particles per second.
|
long |
particleBlendMode()
The blend mode for each particle.
|
UIColor |
particleColor()
The starting color for each particle.
|
double |
particleColorAlphaRange() |
double |
particleColorAlphaSpeed() |
double |
particleColorBlendFactor()
The starting color blend for each particle.
|
double |
particleColorBlendFactorRange()
The random variance about the starting color blend for each particle.
|
SKKeyframeSequence |
particleColorBlendFactorSequence() |
double |
particleColorBlendFactorSpeed()
The rate at which to modify the color blend for each particle.
|
double |
particleColorBlueRange() |
double |
particleColorBlueSpeed() |
double |
particleColorGreenRange() |
double |
particleColorGreenSpeed() |
double |
particleColorRedRange()
The random variance about each color component for each particle.
|
double |
particleColorRedSpeed()
The rate at which to modify each color component for each particle (per second).
|
SKKeyframeSequence |
particleColorSequence() |
double |
particleLifetime()
The lifetime of each particle, in seconds.
|
double |
particleLifetimeRange()
The random variance about the lifetime of each particle, in seconds.
|
CGPoint |
particlePosition()
The starting position for each particle in the emitter's coordinate space.
|
CGVector |
particlePositionRange()
The random variance about the starting position for each particle in the emitter's coordinate space.
|
long |
particleRenderOrder()
The order in which particles will be rendered.
|
double |
particleRotation()
The starting z-rotation for each particle.
|
double |
particleRotationRange()
The random variance about the starting z-rotation for each particle.
|
double |
particleRotationSpeed()
The rate at which to modify the z-rotation for each particle.
|
double |
particleScale()
The starting scale for each particle.
|
double |
particleScaleRange()
The random variance about the starting scale for each particle.
|
SKKeyframeSequence |
particleScaleSequence() |
double |
particleScaleSpeed()
The rate at which to modify the scale for each particle.
|
CGSize |
particleSize()
The starting size for each particle.
|
double |
particleSpeed()
The starting speed for each particle along its emission vector.
|
double |
particleSpeedRange()
The random variance about the starting speed for each particle along its emission vector.
|
SKTexture |
particleTexture()
The texture to be used for the particles.
|
double |
particleZPosition()
The starting z-position for each particle.
|
double |
particleZPositionRange()
Deprecated.
|
double |
particleZPositionSpeed()
Deprecated.
|
void |
resetSimulation()
Removes all particles and restarts the emitter
|
static boolean |
resolveClassMethod(org.moe.natj.objc.SEL sel) |
static boolean |
resolveInstanceMethod(org.moe.natj.objc.SEL sel) |
void |
setAttributeValues(NSDictionary<java.lang.String,? extends SKAttributeValue> value)
Optional dictionary of SKAttributeValues
Attributes can be used with custom SKShaders.
|
void |
setEmissionAngle(double value)
The angle at which to emit each new particle, in radians.
|
void |
setEmissionAngleRange(double value)
The random variance about the angle at which to emit each new particle, in radians.
|
void |
setFieldBitMask(int value)
Defines what logical 'categories' of fields this particles emitted respond to.
|
void |
setNumParticlesToEmit(long value)
The number of particles that will be emitted.
|
void |
setParticleAction(SKAction value)
Specifies an action executed by new particles.
|
void |
setParticleAlpha(double value)
The starting alpha for each particle.
|
void |
setParticleAlphaRange(double value)
The random variance about the starting alpha for each particle.
|
void |
setParticleAlphaSequence(SKKeyframeSequence value) |
void |
setParticleAlphaSpeed(double value)
The rate at which to modify the alpha for each particle.
|
void |
setParticleBirthRate(double value)
The rate at which new particles are generated, in particles per second.
|
void |
setParticleBlendMode(long value)
The blend mode for each particle.
|
void |
setParticleColor(UIColor value)
The starting color for each particle.
|
void |
setParticleColorAlphaRange(double value) |
void |
setParticleColorAlphaSpeed(double value) |
void |
setParticleColorBlendFactor(double value)
The starting color blend for each particle.
|
void |
setParticleColorBlendFactorRange(double value)
The random variance about the starting color blend for each particle.
|
void |
setParticleColorBlendFactorSequence(SKKeyframeSequence value) |
void |
setParticleColorBlendFactorSpeed(double value)
The rate at which to modify the color blend for each particle.
|
void |
setParticleColorBlueRange(double value) |
void |
setParticleColorBlueSpeed(double value) |
void |
setParticleColorGreenRange(double value) |
void |
setParticleColorGreenSpeed(double value) |
void |
setParticleColorRedRange(double value)
The random variance about each color component for each particle.
|
void |
setParticleColorRedSpeed(double value)
The rate at which to modify each color component for each particle (per second).
|
void |
setParticleColorSequence(SKKeyframeSequence value) |
void |
setParticleLifetime(double value)
The lifetime of each particle, in seconds.
|
void |
setParticleLifetimeRange(double value)
The random variance about the lifetime of each particle, in seconds.
|
void |
setParticlePosition(CGPoint value)
The starting position for each particle in the emitter's coordinate space.
|
void |
setParticlePositionRange(CGVector value)
The random variance about the starting position for each particle in the emitter's coordinate space.
|
void |
setParticleRenderOrder(long value)
The order in which particles will be rendered.
|
void |
setParticleRotation(double value)
The starting z-rotation for each particle.
|
void |
setParticleRotationRange(double value)
The random variance about the starting z-rotation for each particle.
|
void |
setParticleRotationSpeed(double value)
The rate at which to modify the z-rotation for each particle.
|
void |
setParticleScale(double value)
The starting scale for each particle.
|
void |
setParticleScaleRange(double value)
The random variance about the starting scale for each particle.
|
void |
setParticleScaleSequence(SKKeyframeSequence value) |
void |
setParticleScaleSpeed(double value)
The rate at which to modify the scale for each particle.
|
void |
setParticleSize(CGSize value)
The starting size for each particle.
|
void |
setParticleSpeed(double value)
The starting speed for each particle along its emission vector.
|
void |
setParticleSpeedRange(double value)
The random variance about the starting speed for each particle along its emission vector.
|
void |
setParticleTexture(SKTexture value)
The texture to be used for the particles.
|
void |
setParticleZPosition(double value)
The starting z-position for each particle.
|
void |
setParticleZPositionRange(double value)
Deprecated.
|
void |
setParticleZPositionSpeed(double value)
Deprecated.
|
void |
setShader(SKShader value) |
void |
setTargetNode_unsafe(SKNode value)
Normally the particles are rendered as if they were a child of the SKEmitterNode, they can also be rendered as if they were a child of any other node in the scene by setting the targetNode property.
|
void |
setTargetNode(SKNode value)
Normally the particles are rendered as if they were a child of the SKEmitterNode, they can also be rendered as if they were a child of any other node in the scene by setting the targetNode property.
|
void |
setValueForAttributeNamed(SKAttributeValue value,
java.lang.String key) |
static void |
setVersion_static(long aVersion) |
void |
setXAcceleration(double value)
The acceleration to apply to each particles velocity.
|
void |
setYAcceleration(double value) |
SKShader |
shader() |
static org.moe.natj.objc.Class |
superclass_static() |
static boolean |
supportsSecureCoding() |
SKNode |
targetNode()
Normally the particles are rendered as if they were a child of the SKEmitterNode, they can also be rendered as if they were a child of any other node in the scene by setting the targetNode property.
|
SKAttributeValue |
valueForAttributeNamed(java.lang.String key) |
static long |
version_static() |
double |
xAcceleration()
The acceleration to apply to each particles velocity.
|
double |
yAcceleration() |
actionForKey, addChild, alpha, calculateAccumulatedFrame, canBecomeFocused, childNodeWithName, children, constraints, containsPoint, convertPointFromNode, convertPointToNode, copyWithZone, didHintFocusMovement, didUpdateFocusInContextWithAnimationCoordinator, encodeWithCoder, entity, enumerateChildNodesWithNameUsingBlock, focusBehavior, focusEffect, focusGroupIdentifier, focusGroupPriority, focusItemContainer, frame, hasActions, inParentHierarchy, insertChildAtIndex, intersectsNode, isEqualToNode, isHidden, isPaused, isTransparentFocusItem, isUserInteractionEnabled, moveToParent, name, nodeAtPoint, nodesAtPoint, objectForKeyedSubscript, parent, parentFocusEnvironment, physicsBody, position, preferredFocusedView, preferredFocusEnvironments, reachConstraints, removeActionForKey, removeAllActions, removeAllChildren, removeChildrenInArray, removeFromParent, runAction, runActionCompletion, runActionWithKey, scene, setAlpha, setConstraints, setEntity_unsafe, setEntity, setFocusBehavior, setHidden, setName, setNeedsFocusUpdate, setPaused, setPhysicsBody, setPosition, setReachConstraints, setScale, setSpeed, setUserData, setUserInteractionEnabled, setXScale, setYScale, setZPosition, setZRotation, shouldUpdateFocusInContext, speed, updateFocusIfNeeded, userData, xScale, yScale, zPosition, zRotationactivityItemsConfiguration, becomeFirstResponder, buildMenuWithBuilder, canBecomeFirstResponder, canPasteItemProviders, canPerformActionWithSender, canResignFirstResponder, captureTextFromCamera, copy, cut, decreaseSize, delete, editingInteractionConfiguration, increaseSize, inputAccessoryView, inputAccessoryViewController, inputAssistantItem, inputView, inputViewController, isFirstResponder, keyCommands, makeTextWritingDirectionLeftToRight, makeTextWritingDirectionRightToLeft, motionBeganWithEvent, motionCancelledWithEvent, motionEndedWithEvent, nextResponder, paste, pasteAndGo, pasteAndMatchStyle, pasteAndSearch, pasteConfiguration, pasteItemProviders, pressesBeganWithEvent, pressesCancelledWithEvent, pressesChangedWithEvent, pressesEndedWithEvent, print, reloadInputViews, remoteControlReceivedWithEvent, resignFirstResponder, restoreUserActivityState, select, selectAll, setActivityItemsConfiguration, setPasteConfiguration, setUserActivity, targetForActionWithSender, textInputContextIdentifier, textInputMode, toggleBoldface, toggleItalics, toggleUnderline, touchesBeganWithEvent, touchesCancelledWithEvent, touchesEndedWithEvent, touchesEstimatedPropertiesUpdated, touchesMovedWithEvent, undoManager, updateTextAttributesWithConversionHandler, updateUserActivityState, userActivity, validateCommandaccessibilityActivate, accessibilityActivationPoint, accessibilityAssistiveTechnologyFocusedIdentifiers, accessibilityAttributedHint, accessibilityAttributedLabel, accessibilityAttributedUserInputLabels, accessibilityAttributedValue, accessibilityContainerType, accessibilityCustomActions, accessibilityCustomRotors, accessibilityDecrement, accessibilityDragSourceDescriptors, accessibilityDropPointDescriptors, accessibilityElementAtIndex, accessibilityElementCount, accessibilityElementDidBecomeFocused, accessibilityElementDidLoseFocus, accessibilityElementIsFocused, accessibilityElements, accessibilityElementsHidden, accessibilityFrame, accessibilityHint, accessibilityIncrement, accessibilityLabel, accessibilityLanguage, accessibilityNavigationStyle, accessibilityPath, accessibilityPerformEscape, accessibilityPerformMagicTap, accessibilityRespondsToUserInteraction, accessibilityScroll, accessibilityTextualContext, accessibilityTraits, accessibilityUserInputLabels, accessibilityValue, accessibilityViewIsModal, addObserverForKeyPathOptionsContext, attemptRecoveryFromErrorOptionIndex, attemptRecoveryFromErrorOptionIndexDelegateDidRecoverSelectorContextInfo, autoContentAccessingProxy, awakeAfterUsingCoder, awakeFromNib, class_objc, classForCoder, classForKeyedArchiver, copy, dealloc, debugDescription, description, dictionaryWithValuesForKeys, didChangeValueForKey, didChangeValueForKeyWithSetMutationUsingObjects, didChangeValuesAtIndexesForKey, doesNotRecognizeSelector, fileManagerShouldProceedAfterError, fileManagerWillProcessPath, finalize_objc, forwardingTargetForSelector, forwardInvocation, hash, indexOfAccessibilityElement, isAccessibilityElement, isEqual, isKindOfClass, isMemberOfClass, isProxy, methodForSelector, methodSignatureForSelector, mutableArrayValueForKey, mutableArrayValueForKeyPath, mutableCopy, mutableOrderedSetValueForKey, mutableOrderedSetValueForKeyPath, mutableSetValueForKey, mutableSetValueForKeyPath, observationInfo, observeValueForKeyPathOfObjectChangeContext, performSelector, performSelectorInBackgroundWithObject, performSelectorOnMainThreadWithObjectWaitUntilDone, performSelectorOnMainThreadWithObjectWaitUntilDoneModes, performSelectorOnThreadWithObjectWaitUntilDone, performSelectorOnThreadWithObjectWaitUntilDoneModes, performSelectorWithObject, performSelectorWithObjectAfterDelay, performSelectorWithObjectAfterDelayInModes, performSelectorWithObjectWithObject, prepareForInterfaceBuilder, provideImageDataBytesPerRowOrigin_Size_UserInfo, removeObserverForKeyPath, removeObserverForKeyPathContext, replacementObjectForCoder, replacementObjectForKeyedArchiver, respondsToSelector, self, setAccessibilityActivationPoint, setAccessibilityAttributedHint, setAccessibilityAttributedLabel, setAccessibilityAttributedUserInputLabels, setAccessibilityAttributedValue, setAccessibilityContainerType, setAccessibilityCustomActions, setAccessibilityCustomRotors, setAccessibilityDragSourceDescriptors, setAccessibilityDropPointDescriptors, setAccessibilityElements, setAccessibilityElementsHidden, setAccessibilityFrame, setAccessibilityHint, setAccessibilityLabel, setAccessibilityLanguage, setAccessibilityNavigationStyle, setAccessibilityPath, setAccessibilityRespondsToUserInteraction, setAccessibilityTextualContext, setAccessibilityTraits, setAccessibilityUserInputLabels, setAccessibilityValue, setAccessibilityViewIsModal, setIsAccessibilityElement, setNilValueForKey, setObservationInfo, setShouldGroupAccessibilityChildren, setValueForKey, setValueForKeyPath, setValueForUndefinedKey, setValuesForKeysWithDictionary, shouldGroupAccessibilityChildren, superclass, validateValueForKeyError, validateValueForKeyPathError, valueForKey, valueForKeyPath, valueForUndefinedKey, willChangeValueForKey, willChangeValueForKeyWithSetMutationUsingObjects, willChangeValuesAtIndexesForKeypublic static boolean accessInstanceVariablesDirectly()
public static SKEmitterNode alloc()
public static SKEmitterNode allocWithZone(org.moe.natj.general.ptr.VoidPtr zone)
public static boolean automaticallyNotifiesObserversForKey(java.lang.String key)
public static void cancelPreviousPerformRequestsWithTarget(java.lang.Object aTarget)
public static void cancelPreviousPerformRequestsWithTargetSelectorObject(java.lang.Object aTarget,
org.moe.natj.objc.SEL aSelector,
java.lang.Object anArgument)
public static NSArray<java.lang.String> classFallbacksForKeyedArchiver()
public static org.moe.natj.objc.Class classForKeyedUnarchiver()
public static void clearTextInputContextIdentifier(java.lang.String identifier)
public static java.lang.String debugDescription_static()
public static java.lang.String description_static()
public static long hash_static()
public static NSObject.Function_instanceMethodForSelector_ret instanceMethodForSelector(org.moe.natj.objc.SEL aSelector)
public static NSMethodSignature instanceMethodSignatureForSelector(org.moe.natj.objc.SEL aSelector)
public static boolean instancesRespondToSelector(org.moe.natj.objc.SEL aSelector)
public static boolean isSubclassOfClass(org.moe.natj.objc.Class aClass)
public static NSSet<java.lang.String> keyPathsForValuesAffectingValueForKey(java.lang.String key)
public static SKEmitterNode new_objc()
public static SKEmitterNode node()
public static SKEmitterNode nodeWithFileNamed(java.lang.String filename)
public static NSArray<? extends GKPolygonObstacle> obstaclesFromNodeBounds(NSArray<? extends SKNode> nodes)
public static NSArray<? extends GKPolygonObstacle> obstaclesFromNodePhysicsBodies(NSArray<? extends SKNode> nodes)
public static NSArray<? extends GKPolygonObstacle> obstaclesFromSpriteTexturesAccuracy(NSArray<? extends SKNode> sprites, float accuracy)
public static boolean resolveClassMethod(org.moe.natj.objc.SEL sel)
public static boolean resolveInstanceMethod(org.moe.natj.objc.SEL sel)
public static void setVersion_static(long aVersion)
public static org.moe.natj.objc.Class superclass_static()
public static long version_static()
public void advanceSimulationTime(double sec)
public NSDictionary<java.lang.String,? extends SKAttributeValue> attributeValues()
attributeValues in class SKNodepublic double emissionAngle()
public double emissionAngleRange()
public int fieldBitMask()
public SKEmitterNode init()
public SKEmitterNode initWithCoder(NSCoder aDecoder)
NSCodinginitWithCoder in interface NSCodinginitWithCoder in class SKNodepublic long numParticlesToEmit()
public SKAction particleAction()
public double particleAlpha()
public double particleAlphaRange()
public SKKeyframeSequence particleAlphaSequence()
public double particleAlphaSpeed()
public double particleBirthRate()
public long particleBlendMode()
public UIColor particleColor()
public double particleColorAlphaRange()
public double particleColorAlphaSpeed()
public double particleColorBlendFactor()
public double particleColorBlendFactorRange()
public SKKeyframeSequence particleColorBlendFactorSequence()
public double particleColorBlendFactorSpeed()
public double particleColorBlueRange()
public double particleColorBlueSpeed()
public double particleColorGreenRange()
public double particleColorGreenSpeed()
public double particleColorRedRange()
public double particleColorRedSpeed()
public SKKeyframeSequence particleColorSequence()
public double particleLifetime()
public double particleLifetimeRange()
public CGPoint particlePosition()
public CGVector particlePositionRange()
public long particleRenderOrder()
public double particleRotation()
public double particleRotationRange()
public double particleRotationSpeed()
public double particleScale()
public double particleScaleRange()
public SKKeyframeSequence particleScaleSequence()
public double particleScaleSpeed()
public CGSize particleSize()
public double particleSpeed()
public double particleSpeedRange()
public SKTexture particleTexture()
public double particleZPosition()
@Deprecated public double particleZPositionRange()
@Deprecated public double particleZPositionSpeed()
public void resetSimulation()
public void setAttributeValues(NSDictionary<java.lang.String,? extends SKAttributeValue> value)
setAttributeValues in class SKNodepublic void setEmissionAngle(double value)
public void setEmissionAngleRange(double value)
public void setFieldBitMask(int value)
public void setNumParticlesToEmit(long value)
public void setParticleAction(SKAction value)
public void setParticleAlpha(double value)
public void setParticleAlphaRange(double value)
public void setParticleAlphaSequence(SKKeyframeSequence value)
public void setParticleAlphaSpeed(double value)
public void setParticleBirthRate(double value)
public void setParticleBlendMode(long value)
public void setParticleColor(UIColor value)
public void setParticleColorAlphaRange(double value)
public void setParticleColorAlphaSpeed(double value)
public void setParticleColorBlendFactor(double value)
public void setParticleColorBlendFactorRange(double value)
public void setParticleColorBlendFactorSequence(SKKeyframeSequence value)
public void setParticleColorBlendFactorSpeed(double value)
public void setParticleColorBlueRange(double value)
public void setParticleColorBlueSpeed(double value)
public void setParticleColorGreenRange(double value)
public void setParticleColorGreenSpeed(double value)
public void setParticleColorRedRange(double value)
public void setParticleColorRedSpeed(double value)
public void setParticleColorSequence(SKKeyframeSequence value)
public void setParticleLifetime(double value)
public void setParticleLifetimeRange(double value)
public void setParticlePosition(CGPoint value)
public void setParticlePositionRange(CGVector value)
public void setParticleRenderOrder(long value)
public void setParticleRotation(double value)
public void setParticleRotationRange(double value)
public void setParticleRotationSpeed(double value)
public void setParticleScale(double value)
public void setParticleScaleRange(double value)
public void setParticleScaleSequence(SKKeyframeSequence value)
public void setParticleScaleSpeed(double value)
public void setParticleSize(CGSize value)
public void setParticleSpeed(double value)
public void setParticleSpeedRange(double value)
public void setParticleTexture(SKTexture value)
public void setParticleZPosition(double value)
@Deprecated public void setParticleZPositionRange(double value)
@Deprecated public void setParticleZPositionSpeed(double value)
public void setShader(SKShader value)
public void setTargetNode_unsafe(SKNode value)
public void setTargetNode(SKNode value)
public void setValueForAttributeNamed(SKAttributeValue value, java.lang.String key)
setValueForAttributeNamed in class SKNodepublic void setXAcceleration(double value)
public void setYAcceleration(double value)
public SKShader shader()
public SKNode targetNode()
public SKAttributeValue valueForAttributeNamed(java.lang.String key)
valueForAttributeNamed in class SKNodepublic double xAcceleration()
public double yAcceleration()
public static SKEmitterNode nodeWithFileNamedSecurelyWithClassesAndError(java.lang.String filename, NSSet<? extends org.moe.natj.objc.Class> classes, org.moe.natj.general.ptr.Ptr<NSError> error)
public static boolean supportsSecureCoding()
public boolean _supportsSecureCoding()
NSSecureCoding_supportsSecureCoding in interface NSSecureCoding_supportsSecureCoding in class SKNode