Public Member Functions | Public Attributes
GUI::UDim Class Reference

Class representing a unified dimension; that is a dimension that has both a relative 'scale' portion and and absolute 'offset' portion. More...

List of all members.

Public Member Functions

float asAbsolute (float base)
float asRelative (float base)
void add (UDim other)
void subtract (UDim other)
void divide (UDim other)
void multiply (UDim other)
bool operator= (UDim other)

Public Attributes

float scale
float offset

Detailed Description

Class representing a unified dimension; that is a dimension that has both a relative 'scale' portion and and absolute 'offset' portion.