C# Class ShowColliders, NGTools

Mostrar archivo Open project: Naphier/NGTools

Public Properties

Property Type Description
colliderColor Color
show collidertype
triggerColor Color

Public Methods

Method Description
DrawCollider ( GameObject go ) : void
DrawTrigger ( GameObject go ) : void
OnDrawGizmos ( ) : void

Method Details

DrawCollider() public method

public DrawCollider ( GameObject go ) : void
go GameObject
return void

DrawTrigger() public method

public DrawTrigger ( GameObject go ) : void
go GameObject
return void

OnDrawGizmos() public method

public OnDrawGizmos ( ) : void
return void

Property Details

colliderColor public_oe property

public Color colliderColor
return Color

show public_oe property

public collidertype show
return collidertype

triggerColor public_oe property

public Color triggerColor
return Color