C# Class HighlighterBase, centauri-tac

Inheritance: MonoBehaviour
Exibir arquivo Open project: dshook/centauri-tac Class Usage Examples

Public Properties

Property Type Description
seeThrough bool

Protected Properties

Property Type Description
h Highlighter

Protected Methods

Method Description
Awake ( ) : void
OnEnable ( ) : void
OnValidate ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

Awake() protected method

protected Awake ( ) : void
return void

OnEnable() protected method

protected OnEnable ( ) : void
return void

OnValidate() protected method

protected OnValidate ( ) : void
return void

Start() protected method

protected Start ( ) : void
return void

Update() protected method

protected Update ( ) : void
return void

Property Details

h protected_oe property

protected Highlighter h
return Highlighter

seeThrough public_oe property

public bool seeThrough
return bool