Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
fpc-src / usr / share / fpcsrc / 3.2.0 / packages / cocoaint / src / spritekit / SKMutableTexture.inc
Size: Mime:
{ Parsed from SpriteKit.framework SKMutableTexture.h }


{$ifdef TYPES}
type
  SKMutableTexturePtr = ^SKMutableTexture;
{$endif}

{$ifdef CLASSES}

type
  SKMutableTexture = objcclass external (SKTexture)
  public
    function initWithSize (size_: CGSize): instancetype; message 'initWithSize:';
    class function mutableTextureWithSize (size_: CGSize): instancetype; message 'mutableTextureWithSize:';
    function initWithSize_pixelFormat (size_: CGSize; format: cint): instancetype; message 'initWithSize:pixelFormat:';
    procedure modifyPixelDataWithBlock (block: OpaqueCBlock); message 'modifyPixelDataWithBlock:';
  end;
{$endif}