Table of Contents

Class FRadialWipeSprite

Namespace
Global
Assembly
Assembly-CSharp.dll
public class FRadialWipeSprite : FSprite
Inheritance
FRadialWipeSprite
Inherited Members

Constructors

FRadialWipeSprite(string, bool, float, float)

public FRadialWipeSprite(string elementName, bool isClockwise, float baseAngle, float percentage)

Parameters

elementName string
isClockwise bool
baseAngle float
percentage float

Fields

_baseAngle

public float _baseAngle

Field Value

float

_isClockwise

public bool _isClockwise

Field Value

bool

_meshVertices

public Vector2[] _meshVertices

Field Value

Vector2[]

_percentage

public float _percentage

Field Value

float

_uvVertices

public Vector2[] _uvVertices

Field Value

Vector2[]

Properties

baseAngle

public float baseAngle { get; set; }

Property Value

float

isClockwise

public bool isClockwise { get; set; }

Property Value

bool

percentage

public float percentage { get; set; }

Property Value

float

Methods

CalculateTheRadialVertices()

public void CalculateTheRadialVertices()

PopulateRenderLayer()

public override void PopulateRenderLayer()