C# Class FLetterQuad, FutilePrototyper

Show file Open project: wtrebella/FutilePrototyper Class Usage Examples

Public Properties

Property Type Description
bottomLeft Vector2
bottomRight Vector2
charInfo FCharInfo,
rect Rect
topLeft Vector2
topRight Vector2

Public Methods

Method Description
CalculateVectors ( ) : void
CalculateVectors ( float offsetX, float offsetY ) : void

Method Details

CalculateVectors() public method

public CalculateVectors ( ) : void
return void

CalculateVectors() public method

public CalculateVectors ( float offsetX, float offsetY ) : void
offsetX float
offsetY float
return void

Property Details

bottomLeft public property

public Vector2 bottomLeft
return Vector2

bottomRight public property

public Vector2 bottomRight
return Vector2

charInfo public property

public FCharInfo, charInfo
return FCharInfo,

rect public property

public Rect rect
return Rect

topLeft public property

public Vector2 topLeft
return Vector2

topRight public property

public Vector2 topRight
return Vector2