C# Class Transit.Framework.Texturing.TextureBlender.ColorComponent

Inheritance: ComponentBase, ITextureBlenderComponent
显示文件 Open project: Katalyst6/CSL.TransitAddonMod

Public Methods

Method Description
Apply ( Point &offset, Texture2D canvas ) : void
ColorComponent ( Color color, int width, int height = null, Point position = null, bool positionRelativeFromPrevious = true, bool increaseXOffset = true, bool increaseYOffset = false ) : System

Method Details

Apply() public method

public Apply ( Point &offset, Texture2D canvas ) : void
offset Point
canvas UnityEngine.Texture2D
return void

ColorComponent() public method

public ColorComponent ( Color color, int width, int height = null, Point position = null, bool positionRelativeFromPrevious = true, bool increaseXOffset = true, bool increaseYOffset = false ) : System
color Color
width int
height int
position Point
positionRelativeFromPrevious bool
increaseXOffset bool
increaseYOffset bool
return System