Updated Table Layout Group component for release and added docs
--HG-- branch : develop_5.3release
parent
473c0f3757
commit
909589e544
|
@ -6,6 +6,7 @@ namespace UnityEngine.UI.Extensions
|
|||
/// <summary>
|
||||
/// Arranges child objects into a non-uniform grid, with fixed column widths and flexible row heights
|
||||
/// </summary>
|
||||
[AddComponentMenu("Layout/Extensions/Table Layout Group")]
|
||||
public class TableLayoutGroup : LayoutGroup
|
||||
{
|
||||
public enum Corner
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 6cee1f3bb43ca9c4c9e00b54a998d9ce
|
||||
timeCreated: 1483117134
|
||||
licenseType: Pro
|
||||
MonoImporter:
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
Loading…
Reference in New Issue