C# Class ShowGizmo, Adagio

Inheritance: MonoBehaviour
显示文件 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_oe property

public Color color
return Color

show public_oe property

public bool show
return bool

showGizmos public_oe property

public GIZMOS showGizmos
return GIZMOS

size public_oe property

public float size
return float