SpriteKit.SKTexture Members

The members of SpriteKit.SKTexture are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

A constructor that initializes the object from the data stored in the unarchiver object.

Protected Constructors

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.

Public Properties

[read-only]
override
ClassHandleIntPtr. The handle for this class.
FilteringModeSKTextureFilteringMode. Documentation for this section has not yet been entered.
[read-only]
SizeCoreGraphics.CGSize. Documentation for this section has not yet been entered.
[read-only]
TextureRectCoreGraphics.CGRect. Documentation for this section has not yet been entered.
UsesMipmapsbool. Documentation for this section has not yet been entered.

Public Methods

Copy(Foundation.NSZone) : Foundation.NSObject
Performs a copy of the underlying Objective-C object.
CreateTextureByGeneratingNormalMap() : SKTexture
Documentation for this section has not yet been entered.
CreateTextureByGeneratingNormalMap(nfloat, nfloat) : SKTexture
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) : SKTexture
Documentation for this section has not yet been entered.
static
FromData(Foundation.NSData, bool, CoreGraphics.CGSize) : SKTexture
Documentation for this section has not yet been entered.
static
FromData(Foundation.NSData, uint, uint, CoreGraphics.CGSize) : SKTexture
Documentation for this section has not yet been entered.
static
FromImage(CoreGraphics.CGImage) : SKTexture
Documentation for this section has not yet been entered.
static
FromImage(UIKit.UIImage) : SKTexture
Documentation for this section has not yet been entered.
static
FromImageNamed(string) : SKTexture
Documentation for this section has not yet been entered.
static
FromRectangle(SKTexture, CoreGraphics.CGRect) : SKTexture
Documentation for this section has not yet been entered.
static
FromTextureNoise(bool, nfloat, CoreGraphics.CGSize) : SKTexture
Documentation for this section has not yet been entered.
static
FromTextureVectorNoise(nfloat, CoreGraphics.CGSize) : SKTexture
Documentation for this section has not yet been entered.
Preload(Action)
Documentation for this section has not yet been entered.
PreloadAsync() : System.Threading.Tasks.Task
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[]) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
TextureByApplyingCIFilter(CoreImage.CIFilter) : SKTexture
Documentation for this section has not yet been entered.