The members of SpriteKit.SKTexture are listed below.
See Also: Inherited members from Foundation.NSObject
| A constructor that initializes the object from the data stored in the unarchiver object. |
| Constructor to call on derived classes to skip initialization and merely allocate the object. | ||
| A constructor used when creating managed representations of unmanaged objects; Called by the runtime. |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| FilteringMode | SKTextureFilteringMode. Documentation for this section has not yet been entered. | |
| [read-only] | Size | CoreGraphics.CGSize. Documentation for this section has not yet been entered. |
| [read-only] | TextureRect | CoreGraphics.CGRect. Documentation for this section has not yet been entered. |
| UsesMipmaps | bool. Documentation for this section has not yet been entered. |
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. | ||