C# Class UnityEngine.UI.Shadow

Inheritance: BaseMeshEffect
ファイルを表示 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
ModifyMesh ( VertexHelper vh ) : void

Protected Methods

Method Description
ApplyShadow ( List verts, Color32 color, int start, int end, float x, float y ) : void
ApplyShadowZeroAlloc ( List verts, Color32 color, int start, int end, float x, float y ) : void
OnValidate ( ) : void
Shadow ( ) : System

Method Details

ApplyShadow() protected method

protected ApplyShadow ( List verts, Color32 color, int start, int end, float x, float y ) : void
verts List
color Color32
start int
end int
x float
y float
return void

ApplyShadowZeroAlloc() protected method

protected ApplyShadowZeroAlloc ( List verts, Color32 color, int start, int end, float x, float y ) : void
verts List
color Color32
start int
end int
x float
y float
return void

ModifyMesh() public method

public ModifyMesh ( VertexHelper vh ) : void
vh VertexHelper
return void

OnValidate() protected method

protected OnValidate ( ) : void
return void

Shadow() protected method

protected Shadow ( ) : System
return System