C# Class Xsolla.LinearLayout

Inheritance: UnityEngine.MonoBehaviour
Mostra file Open project: xsolla/xsolla-unity-sdk Class Usage Examples

Public Properties

Property Type Description
objects List

Public Methods

Method Description
AddObject ( GameObject go ) : void
DrawLayout ( ) : void
DrawObject ( GameObject go ) : void
Invalidate ( ) : void
ReplaceObject ( int position, GameObject gameObject ) : void

Private Methods

Method Description
GetTotalHeight ( ) : float

Method Details

AddObject() public method

public AddObject ( GameObject go ) : void
go UnityEngine.GameObject
return void

DrawLayout() public method

public DrawLayout ( ) : void
return void

DrawObject() public method

public DrawObject ( GameObject go ) : void
go UnityEngine.GameObject
return void

Invalidate() public method

public Invalidate ( ) : void
return void

ReplaceObject() public method

public ReplaceObject ( int position, GameObject gameObject ) : void
position int
gameObject UnityEngine.GameObject
return void

Property Details

objects public_oe property

public List objects
return List