C# Class OutlineDrawer, Hellbound

Outline drawer. Editor utility for displaying mesh colliders when an object is not selected Created by Simon Jonasson
Inheritance: MonoBehaviour
Datei anzeigen Open project: Backman/Hellbound Class Usage Examples

Public Properties

Property Type Description
m_Color Color
m_IsDrawn bool

Public Methods

Method Description
OnDrawGizmos ( ) : void

Method Details

OnDrawGizmos() public method

public OnDrawGizmos ( ) : void
return void

Property Details

m_Color public_oe property

public Color m_Color
return Color

m_IsDrawn public_oe property

public bool m_IsDrawn
return bool