C# Class GILES.Interface.pb_PrefabBrowserItemButton

Inheritance: UnityEngine.UI.Button
显示文件 Open project: procore3d/giles Class Usage Examples

Public Properties

Property Type Description
asset UnityEngine.GameObject
cameraRotateSpeed float
prefabId string

Private Properties

Property Type Description
Instantiate void
RenderPreview void
SetupAndRenderPreview bool
SetupPreviewRender bool
Update void

Public Methods

Method Description
Initialize ( ) : void
OnPointerEnter ( PointerEventData eventData ) : void
OnPointerExit ( PointerEventData eventData ) : void

Protected Methods

Method Description
Start ( ) : void

Private Methods

Method Description
Instantiate ( ) : void
RenderPreview ( ) : void
SetupAndRenderPreview ( Texture2D texture ) : bool
SetupPreviewRender ( ) : bool
Update ( ) : void

Method Details

Initialize() public method

public Initialize ( ) : void
return void

OnPointerEnter() public method

public OnPointerEnter ( PointerEventData eventData ) : void
eventData UnityEngine.EventSystems.PointerEventData
return void

OnPointerExit() public method

public OnPointerExit ( PointerEventData eventData ) : void
eventData UnityEngine.EventSystems.PointerEventData
return void

Start() protected method

protected Start ( ) : void
return void

Property Details

asset public_oe property

public GameObject,UnityEngine asset
return UnityEngine.GameObject

cameraRotateSpeed public_oe property

public float cameraRotateSpeed
return float

prefabId public_oe property

public string prefabId
return string