C# Class NinePatchSample.NinePatch.NinePatchSprite

Inheritance: NinePatchBase
ファイルを表示 Open project: WaveEngine/Samples

Private Properties

Property Type Description

Protected Methods

Method Description
InternalLoadTexture ( string &textureId, Texture2D &sourceTexture, Rectangle &sourceRecangle ) : void
InternalUnloadTexture ( ) : void

Method Details

InternalLoadTexture() protected method

protected InternalLoadTexture ( string &textureId, Texture2D &sourceTexture, Rectangle &sourceRecangle ) : void
textureId string
sourceTexture Texture2D
sourceRecangle Rectangle
return void

InternalUnloadTexture() protected method

protected InternalUnloadTexture ( ) : void
return void