Uses of Class
org.robovm.apple.gameplaykit.GKNoise
| Package | Description |
|---|---|
| org.robovm.apple.gameplaykit |
-
Uses of GKNoise in org.robovm.apple.gameplaykit
Methods in org.robovm.apple.gameplaykit with parameters of type GKNoise Modifier and Type Method Description voidGKNoise. add(GKNoise noise)protected static longGKNoise. create(NSArray<GKNoise> noises, GKNoise selectionNoise)protected static longGKNoise. create(NSArray<GKNoise> noises, GKNoise selectionNoise, NSArray<NSNumber> componentBoundaries, NSArray<NSNumber> blendDistances)voidGKNoise. displaceX(GKNoise xDisplacementNoise, GKNoise yDisplacementNoise, GKNoise zDisplacementNoise)protected longGKNoiseMap. init(GKNoise noise)protected longGKNoiseMap. init(GKNoise noise, VectorDouble2 size, VectorDouble2 origin, VectorInt2 sampleCount, boolean seamless)voidGKNoise. maximum(GKNoise noise)voidGKNoise. minimum(GKNoise noise)voidGKNoise. multiply(GKNoise noise)voidGKNoise. raiseToPower(GKNoise noise)Method parameters in org.robovm.apple.gameplaykit with type arguments of type GKNoise Modifier and Type Method Description protected static longGKNoise. create(NSArray<GKNoise> noises, GKNoise selectionNoise)protected static longGKNoise. create(NSArray<GKNoise> noises, GKNoise selectionNoise, NSArray<NSNumber> componentBoundaries, NSArray<NSNumber> blendDistances)Constructors in org.robovm.apple.gameplaykit with parameters of type GKNoise Constructor Description GKNoise(NSArray<GKNoise> noises, GKNoise selectionNoise)GKNoise(NSArray<GKNoise> noises, GKNoise selectionNoise, NSArray<NSNumber> componentBoundaries, NSArray<NSNumber> blendDistances)GKNoiseMap(GKNoise noise)GKNoiseMap(GKNoise noise, VectorDouble2 size, VectorDouble2 origin, VectorInt2 sampleCount, boolean seamless)Constructor parameters in org.robovm.apple.gameplaykit with type arguments of type GKNoise Constructor Description GKNoise(NSArray<GKNoise> noises, GKNoise selectionNoise)GKNoise(NSArray<GKNoise> noises, GKNoise selectionNoise, NSArray<NSNumber> componentBoundaries, NSArray<NSNumber> blendDistances)