Package apple.spritekit.protocol
Interface SKWarpable
-
- All Known Implementing Classes:
SKEffectNode,SKScene,SKSpriteNode
public interface SKWarpable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetSubdivisionLevels(long value)maximum number of subdivision iterations used to generate the final verticesvoidsetWarpGeometry(SKWarpGeometry value)Warp geometry used to define the distortionlongsubdivisionLevels()maximum number of subdivision iterations used to generate the final verticesSKWarpGeometrywarpGeometry()Warp geometry used to define the distortion
-
-
-
Method Detail
-
setSubdivisionLevels
void setSubdivisionLevels(long value)
maximum number of subdivision iterations used to generate the final vertices
-
setWarpGeometry
void setWarpGeometry(SKWarpGeometry value)
Warp geometry used to define the distortion
-
subdivisionLevels
long subdivisionLevels()
maximum number of subdivision iterations used to generate the final vertices
-
warpGeometry
SKWarpGeometry warpGeometry()
Warp geometry used to define the distortion
-
-