C# Class AcTools.Render.Kn5Specific.Utils.CarLight

显示文件 Open project: gro-ove/actools

Private Properties

Property Type Description

Public Methods

Method Description
Initialize ( CarLightType type, Kn5RenderableList main, IniFileSection section ) : void

Protected Methods

Method Description
OnEnabledChanged ( bool value ) : void

Method Details

Initialize() public method

public Initialize ( CarLightType type, Kn5RenderableList main, IniFileSection section ) : void
type CarLightType
main AcTools.Render.Kn5Specific.Objects.Kn5RenderableList
section IniFileSection
return void

OnEnabledChanged() protected method

protected OnEnabledChanged ( bool value ) : void
value bool
return void