Skip to content

Instantly share code, notes, and snippets.

View zOrder's full-sized avatar

Christoph Henzelmann zOrder

View GitHub Profile
namespace UnityEngine.UI
{
public abstract class HorizontalOrVerticalLayoutGroup : LayoutGroup
{
//
// Fields
//
[SerializeField]
protected float m_Spacing;