C# Class UnityEngine.UI.SGDefaultControls

Afficher le fichier Open project: qiankanglai/LoopScrollRect

Méthodes publiques

Méthode Description
CreateLoopHorizontalScrollRect ( DefaultControls resources ) : GameObject
CreateLoopVerticalScrollRect ( DefaultControls resources ) : GameObject

Private Methods

Méthode Description
CreateUIElementRoot ( string name, Vector2 size ) : GameObject
CreateUIObject ( string name, GameObject parent ) : GameObject
SetDefaultColorTransitionValues ( Selectable slider ) : void
SetDefaultTextValues ( Text lbl ) : void
SetLayerRecursively ( GameObject go, int layer ) : void
SetParentAndAlign ( GameObject child, GameObject parent ) : void

Method Details

CreateLoopHorizontalScrollRect() public static méthode

public static CreateLoopHorizontalScrollRect ( DefaultControls resources ) : GameObject
resources DefaultControls
Résultat UnityEngine.GameObject

CreateLoopVerticalScrollRect() public static méthode

public static CreateLoopVerticalScrollRect ( DefaultControls resources ) : GameObject
resources DefaultControls
Résultat UnityEngine.GameObject