C# Class GILES.Interface.pb_GUIStyleApplier

Inheritance: UnityEngine.MonoBehaviour
Mostra file Open project: procore3d/giles Class Usage Examples

Public Properties

Property Type Description
ignoreStyle bool
style pb_GUIStyle

Public Methods

Method Description
ApplyStyle ( ) : void
Awake ( ) : void

Private Methods

Method Description
ApplyRecursive ( GameObject go ) : void

Method Details

ApplyStyle() public method

public ApplyStyle ( ) : void
return void

Awake() public method

public Awake ( ) : void
return void

Property Details

ignoreStyle public_oe property

public bool ignoreStyle
return bool

style public_oe property

public pb_GUIStyle,GILES.Interface style
return pb_GUIStyle