The methods of SpriteKit.SKTexture are listed below. For a list of all members, see the SKTexture Members list.
See Also: Inherited members from Foundation.NSObject
Copy(Foundation.NSZone)Performs a copy of the underlying Objective-C object. | ||
CreateTextureByGeneratingNormalMap()Documentation for this section has not yet been entered. | ||
CreateTextureByGeneratingNormalMap(nfloat, nfloat)Documentation for this section has not yet been entered. | ||
EncodeTo(Foundation.NSCoder)Encodes the state of the object on the provided encoder | ||
static | FromData(Foundation.NSData, CoreGraphics.CGSize)Documentation for this section has not yet been entered. | |
static | FromData(Foundation.NSData, bool, CoreGraphics.CGSize)Documentation for this section has not yet been entered. | |
static | FromData(Foundation.NSData, uint, uint, CoreGraphics.CGSize)Documentation for this section has not yet been entered. | |
static | FromImage(CoreGraphics.CGImage)Documentation for this section has not yet been entered. | |
static | FromImage(UIKit.UIImage)Documentation for this section has not yet been entered. | |
static | FromImageNamed(string)Documentation for this section has not yet been entered. | |
static | FromRectangle(SKTexture, CoreGraphics.CGRect)Documentation for this section has not yet been entered. | |
static | FromTextureNoise(bool, nfloat, CoreGraphics.CGSize)Documentation for this section has not yet been entered. | |
static | FromTextureVectorNoise(nfloat, CoreGraphics.CGSize)Documentation for this section has not yet been entered. | |
Preload(Action)Documentation for this section has not yet been entered. | ||
PreloadAsync()Documentation for this section has not yet been entered. | ||
static | PreloadTextures(SKTexture[], Action)Documentation for this section has not yet been entered. | |
static | PreloadTexturesAsync(SKTexture[])Documentation for this section has not yet been entered. | |
TextureByApplyingCIFilter(CoreImage.CIFilter)Documentation for this section has not yet been entered. | ||