C# Class DetailPointImageGalleryController

Inheritance: MonoBehaviour
Exibir arquivo Open project: cronkite-asu/VRoggingTemplate

Public Properties

Property Type Description
ExaminedImageScale float
GalleryPath string
GalleryScale float
GalleryWidth float
TransistionSpeed float

Public Methods

Method Description
DoToggleExamineImage ( BaseEventData data ) : void
Start ( ) : void
Update ( ) : void

Method Details

DoToggleExamineImage() public method

public DoToggleExamineImage ( BaseEventData data ) : void
data UnityEngine.EventSystems.BaseEventData
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

ExaminedImageScale public_oe property

public float ExaminedImageScale
return float

GalleryPath public_oe property

public string GalleryPath
return string

GalleryScale public_oe property

public float GalleryScale
return float

GalleryWidth public_oe property

public float GalleryWidth
return float

TransistionSpeed public_oe property

public float TransistionSpeed
return float