Inheritance
System.Object
Bar
public class Bar : MergeTweenable<Bar>
Constructors
Declaration
public Bar(int rank, float x, float width, float height, Color color)
Parameters
Type |
Name |
Description |
System.Int32 |
rank |
|
System.Single |
x |
|
System.Single |
width |
|
System.Single |
height |
|
Color |
color |
|
Fields
Declaration
public readonly Color color
Field Value
Declaration
public readonly float height
Field Value
Type |
Description |
System.Single |
|
Declaration
Field Value
Type |
Description |
System.Int32 |
|
Declaration
public readonly float width
Field Value
Type |
Description |
System.Single |
|
Declaration
Field Value
Type |
Description |
System.Single |
|
Properties
Declaration
public Bar empty { get; }
Property Value
Implements
Methods
Declaration
public static Bar lerp(Bar begin, Bar end, float t)
Parameters
Type |
Name |
Description |
Bar |
begin |
|
Bar |
end |
|
System.Single |
t |
|
Returns
Declaration
public bool less(Bar other)
Parameters
Type |
Name |
Description |
Bar |
other |
|
Returns
Type |
Description |
System.Boolean |
|
Implements
Declaration
public Tween<Bar> tweenTo(Bar other)
Parameters
Type |
Name |
Description |
Bar |
other |
|
Returns
Implements