C# Class GILES.Interface.pb_PrefabBrowserItemButton

Inheritance: UnityEngine.UI.Button
Afficher le fichier Open project: procore3d/giles Class Usage Examples

Méthodes publiques

Свойство Type Description
asset UnityEngine.GameObject
cameraRotateSpeed float
prefabId string

Private Properties

Свойство Type Description
Instantiate void
RenderPreview void
SetupAndRenderPreview bool
SetupPreviewRender bool
Update void

Méthodes publiques

Méthode Description
Initialize ( ) : void
OnPointerEnter ( PointerEventData eventData ) : void
OnPointerExit ( PointerEventData eventData ) : void

Méthodes protégées

Méthode Description
Start ( ) : void

Private Methods

Méthode Description
Instantiate ( ) : void
RenderPreview ( ) : void
SetupAndRenderPreview ( Texture2D texture ) : bool
SetupPreviewRender ( ) : bool
Update ( ) : void

Method Details

Initialize() public méthode

public Initialize ( ) : void
Résultat void

OnPointerEnter() public méthode

public OnPointerEnter ( PointerEventData eventData ) : void
eventData UnityEngine.EventSystems.PointerEventData
Résultat void

OnPointerExit() public méthode

public OnPointerExit ( PointerEventData eventData ) : void
eventData UnityEngine.EventSystems.PointerEventData
Résultat void

Start() protected méthode

protected Start ( ) : void
Résultat void

Property Details

asset public_oe property

public GameObject,UnityEngine asset
Résultat UnityEngine.GameObject

cameraRotateSpeed public_oe property

public float cameraRotateSpeed
Résultat float

prefabId public_oe property

public string prefabId
Résultat string