Tanoda
PanoramaManager Class Reference
Inheritance diagram for PanoramaManager:
GILES.pb_MonoBehaviourSingleton< PanoramaManager >

Public Member Functions

void SelectMe ()
 
void SetRotation (float value)
 
void SetTextureName (string value)
 
void SetTexture (Texture value)
 
void ClearImage ()
 
void SetHeight (string text)
 
void GetObjectData (SerializationInfo info, StreamingContext context)
 
 PanoramaManager (SerializationInfo info, StreamingContext context)
 

Public Attributes

float SavedRotation = 0
 
RawImage PreviewImage
 

Additional Inherited Members

- Protected Member Functions inherited from GILES.pb_MonoBehaviourSingleton< PanoramaManager >
virtual void Initialize ()
 
virtual void Awake ()
 
- Properties inherited from GILES.pb_MonoBehaviourSingleton< PanoramaManager >
virtual bool dontDestroyOnLoad [get]
 Override to maintain an instance of this object across level loads. More...
 
static T instance [get]
 
static T nullableInstance [get]
 

Detailed Description

Definition at line 9 of file PanoramaManager.cs.

Constructor & Destructor Documentation

◆ PanoramaManager()

PanoramaManager.PanoramaManager ( SerializationInfo  info,
StreamingContext  context 
)

Definition at line 139 of file PanoramaManager.cs.

Member Function Documentation

◆ ClearImage()

void PanoramaManager.ClearImage ( )

Definition at line 58 of file PanoramaManager.cs.

◆ GetObjectData()

void PanoramaManager.GetObjectData ( SerializationInfo  info,
StreamingContext  context 
)

Definition at line 130 of file PanoramaManager.cs.

◆ SelectMe()

void PanoramaManager.SelectMe ( )

Definition at line 27 of file PanoramaManager.cs.

◆ SetHeight()

void PanoramaManager.SetHeight ( string  text)

Definition at line 74 of file PanoramaManager.cs.

◆ SetRotation()

void PanoramaManager.SetRotation ( float  value)

Definition at line 32 of file PanoramaManager.cs.

◆ SetTexture()

void PanoramaManager.SetTexture ( Texture  value)

Definition at line 50 of file PanoramaManager.cs.

◆ SetTextureName()

void PanoramaManager.SetTextureName ( string  value)

Definition at line 45 of file PanoramaManager.cs.

Member Data Documentation

◆ PreviewImage

RawImage PanoramaManager.PreviewImage

Definition at line 13 of file PanoramaManager.cs.

◆ SavedRotation

float PanoramaManager.SavedRotation = 0

Definition at line 11 of file PanoramaManager.cs.


The documentation for this class was generated from the following file: