C# Class DetailPointImageGalleryController

Inheritance: MonoBehaviour
Show file 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 property

public float ExaminedImageScale
return float

GalleryPath public property

public string GalleryPath
return string

GalleryScale public property

public float GalleryScale
return float

GalleryWidth public property

public float GalleryWidth
return float

TransistionSpeed public property

public float TransistionSpeed
return float