C# Class Nez.PipelineImporter.PixelBitmapContentExt

显示文件 Open project: prime31/Nez

Public Methods

Method Description
getData ( this self ) : Color[]
setData ( this self, Color data ) : void

Method Details

getData() public static method

public static getData ( this self ) : Color[]
self this
return Color[]

setData() public static method

public static setData ( this self, Color data ) : void
self this
data Color
return void