Repository URL to install this package:
|
Version:
3.2.0 ▾
|
{ Parsed from SpriteKit.framework SKTextureAtlas.h }
{$ifdef TYPES}
type
SKTextureAtlasPtr = ^SKTextureAtlas;
{$endif}
{$ifdef CLASSES}
type
SKTextureAtlas = objcclass external (NSObject, NSCodingProtocol)
public
class function atlasNamed (name: NSString): instancetype; message 'atlasNamed:';
class function atlasWithDictionary (properties: NSDictionary): instancetype; message 'atlasWithDictionary:'; { available in 10_10, 8_0 }
function textureNamed (name: NSString): SKTexture; message 'textureNamed:';
class procedure preloadTextureAtlases_withCompletionHandler (textureAtlases: NSArray; completionHandler: OpaqueCBlock); message 'preloadTextureAtlases:withCompletionHandler:';
procedure preloadWithCompletionHandler (completionHandler: OpaqueCBlock); message 'preloadWithCompletionHandler:';
function textureNames: NSArray; message 'textureNames';
{ Adopted protocols }
procedure encodeWithCoder (aCoder: NSCoder); message 'encodeWithCoder:';
function initWithCoder (aDecoder: NSCoder): id; message 'initWithCoder:';
end;
{$endif}