C# Class UnityCommonLibrary.UI.UICircle

Inheritance: UnityEngine.UI.Graphic
显示文件 Open project: thebeardphantom/UnityCommonLibrary

Public Properties

Property Type Description
fill bool
thickness int

Protected Methods

Method Description
OnPopulateMesh ( VertexHelper vh ) : void
SetVBO ( Vector2 vertices, Vector2 uvs ) : UnityEngine.UIVertex[]

Private Methods

Method Description
Update ( ) : void

Method Details

OnPopulateMesh() protected method

protected OnPopulateMesh ( VertexHelper vh ) : void
vh UnityEngine.UI.VertexHelper
return void

SetVBO() protected method

protected SetVBO ( Vector2 vertices, Vector2 uvs ) : UnityEngine.UIVertex[]
vertices UnityEngine.Vector2
uvs UnityEngine.Vector2
return UnityEngine.UIVertex[]

Property Details

fill public_oe property

public bool fill
return bool

thickness public_oe property

public int thickness
return int