Add MinCount and MaxCount to Collection attribute
This commit is contained in:
@@ -61,6 +61,16 @@ namespace FlaxEngine
|
||||
/// </summary>
|
||||
public float Spacing;
|
||||
|
||||
/// <summary>
|
||||
/// The minimum size of the collection.
|
||||
/// </summary>
|
||||
public int MinCount;
|
||||
|
||||
/// <summary>
|
||||
/// The maximum size of the collection. Zero if unlimited.
|
||||
/// </summary>
|
||||
public int MaxCount;
|
||||
|
||||
/// <summary>
|
||||
/// The collection background color.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user