C# Class ShowGizmo, Adagio

Inheritance: MonoBehaviour
Show file Open project: technicalvgda/Adagio

Public Properties

Property Type Description
color Color
show bool
showGizmos GIZMOS
size float

Public Methods

Method Description
OnDrawGizmos ( ) : void
OnDrawGizmosSelected ( ) : void

Method Details

OnDrawGizmos() public method

public OnDrawGizmos ( ) : void
return void

OnDrawGizmosSelected() public method

public OnDrawGizmosSelected ( ) : void
return void

Property Details

color public property

public Color color
return Color

show public property

public bool show
return bool

showGizmos public property

public GIZMOS showGizmos
return GIZMOS

size public property

public float size
return float