C# Class FullInspector.LayoutToolkit.fiHorizontalLayout

Does a horizontal layout similar to GUILayout.Horizontal.
Inheritance: fiLayout, IEnumerable
Afficher le fichier Open project: jacobdufault/fullinspector Class Usage Examples

Private Properties

Свойство Type Description
ActualAdd void
IEnumerable IEnumerator

Méthodes publiques

Méthode Description
Add ( fiLayout rule ) : void

Create an rule with auto width.

Add ( float width ) : void

Create a divider.

Add ( float width, fiLayout rule ) : void

Create a rule with the specific width.

Add ( string id ) : void

Create a label with auto width and the default height.

Add ( string id, fiLayout rule ) : void

Create a labeled rule that has auto width.

Add ( string id, float width ) : void

Create a label with a specific width.

Add ( string id, float width, fiLayout rule ) : void

Create a rule with the specified width and label.

GetSectionRect ( string sectionId, Rect initial ) : Rect
RespondsTo ( string sectionId ) : bool
fiHorizontalLayout ( ) : System
fiHorizontalLayout ( fiLayout defaultRule ) : System

Private Methods

Méthode Description
ActualAdd ( string id, float width, fiExpandMode expandMode, fiLayout rule ) : void
IEnumerable ( ) : IEnumerator

Method Details

Add() public méthode

Create an rule with auto width.
public Add ( fiLayout rule ) : void
rule fiLayout
Résultat void

Add() public méthode

Create a divider.
public Add ( float width ) : void
width float
Résultat void

Add() public méthode

Create a rule with the specific width.
public Add ( float width, fiLayout rule ) : void
width float
rule fiLayout
Résultat void

Add() public méthode

Create a label with auto width and the default height.
public Add ( string id ) : void
id string
Résultat void

Add() public méthode

Create a labeled rule that has auto width.
public Add ( string id, fiLayout rule ) : void
id string
rule fiLayout
Résultat void

Add() public méthode

Create a label with a specific width.
public Add ( string id, float width ) : void
id string
width float
Résultat void

Add() public méthode

Create a rule with the specified width and label.
public Add ( string id, float width, fiLayout rule ) : void
id string
width float
rule fiLayout
Résultat void

GetSectionRect() public méthode

public GetSectionRect ( string sectionId, Rect initial ) : Rect
sectionId string
initial UnityEngine.Rect
Résultat UnityEngine.Rect

RespondsTo() public méthode

public RespondsTo ( string sectionId ) : bool
sectionId string
Résultat bool

fiHorizontalLayout() public méthode

public fiHorizontalLayout ( ) : System
Résultat System

fiHorizontalLayout() public méthode

public fiHorizontalLayout ( fiLayout defaultRule ) : System
defaultRule fiLayout
Résultat System