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

显示文件 Open project: Katalyst6/CSL.TransitAddonMod

Protected Properties

Property Type Description
IncreaseXOffset bool
IncreaseYOffset bool
Position Point
PositionRelativeFromPrevious bool

Protected Methods

Method Description
ComponentBase ( Point position = null, bool positionRelativeFromPrevious = true, bool increaseXOffset = true, bool increaseYOffset = false )

Method Details

ComponentBase() protected method

protected ComponentBase ( Point position = null, bool positionRelativeFromPrevious = true, bool increaseXOffset = true, bool increaseYOffset = false )
position Point
positionRelativeFromPrevious bool
increaseXOffset bool
increaseYOffset bool

Property Details

IncreaseXOffset protected_oe property

protected bool IncreaseXOffset
return bool

IncreaseYOffset protected_oe property

protected bool IncreaseYOffset
return bool

Position protected_oe property

protected Point Position
return Point

PositionRelativeFromPrevious protected_oe property

protected bool PositionRelativeFromPrevious
return bool