Tanoda
|
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 | |
![]() | |
virtual void | Initialize () |
virtual void | Awake () |
![]() | |
virtual bool | dontDestroyOnLoad [get] |
Override to maintain an instance of this object across level loads. More... | |
static T | instance [get] |
static T | nullableInstance [get] |
Definition at line 9 of file PanoramaManager.cs.
PanoramaManager.PanoramaManager | ( | SerializationInfo | info, |
StreamingContext | context | ||
) |
Definition at line 139 of file PanoramaManager.cs.
void PanoramaManager.ClearImage | ( | ) |
Definition at line 58 of file PanoramaManager.cs.
void PanoramaManager.GetObjectData | ( | SerializationInfo | info, |
StreamingContext | context | ||
) |
Definition at line 130 of file PanoramaManager.cs.
void PanoramaManager.SelectMe | ( | ) |
Definition at line 27 of file PanoramaManager.cs.
void PanoramaManager.SetHeight | ( | string | text | ) |
Definition at line 74 of file PanoramaManager.cs.
void PanoramaManager.SetRotation | ( | float | value | ) |
Definition at line 32 of file PanoramaManager.cs.
void PanoramaManager.SetTexture | ( | Texture | value | ) |
Definition at line 50 of file PanoramaManager.cs.
void PanoramaManager.SetTextureName | ( | string | value | ) |
Definition at line 45 of file PanoramaManager.cs.
RawImage PanoramaManager.PreviewImage |
Definition at line 13 of file PanoramaManager.cs.
float PanoramaManager.SavedRotation = 0 |
Definition at line 11 of file PanoramaManager.cs.