C# Class OutlinesToTarget, Hellbound

Inheritance: MonoBehaviour
显示文件 Open project: Backman/Hellbound

Public Properties

Property Type Description
m_FadeTimer float
m_OutlineColor Color
m_Shader Shader
m_Target List

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
leaveFocus ( ) : void
onFocus ( GameObject obj ) : void

Private Methods

Method Description
searchchild ( List allchilds, Transform trans ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

leaveFocus() public method

public leaveFocus ( ) : void
return void

onFocus() public method

public onFocus ( GameObject obj ) : void
obj GameObject
return void

Property Details

m_FadeTimer public_oe property

public float m_FadeTimer
return float

m_OutlineColor public_oe property

public Color m_OutlineColor
return Color

m_Shader public_oe property

public Shader m_Shader
return Shader

m_Target public_oe property

public List m_Target
return List