C# Class NetworkSkins.LightPropEnabler.LightPropEnabler

Inheritance: LoadingExtensionBase
Show file Open project: boformer/NetworkSkins

Public Properties

Property Type Description
lightPropsDefParseErrors HashSet

Public Methods

Method Description
OnCreated ( ILoading loading ) : void
OnLevelLoaded ( LoadMode mode ) : void
OnReleased ( ) : void
UpdateData ( SimulationManager mode ) : void

Private Methods

Method Description
FindProp ( string prefabName, string packageName ) : PropInfo

Method Details

OnCreated() public method

public OnCreated ( ILoading loading ) : void
loading ILoading
return void

OnLevelLoaded() public method

public OnLevelLoaded ( LoadMode mode ) : void
mode LoadMode
return void

OnReleased() public method

public OnReleased ( ) : void
return void

UpdateData() public method

public UpdateData ( SimulationManager mode ) : void
mode SimulationManager
return void

Property Details

lightPropsDefParseErrors public property

public HashSet lightPropsDefParseErrors
return HashSet