VRC SDK
This project aims to completely document the VRChat Unity SDK
Loading...
Searching...
No Matches
VRC.SDKBase.VRC_SlideShow Class Reference
Inheritance diagram for VRC.SDKBase.VRC_SlideShow:
Collaboration diagram for VRC.SDKBase.VRC_SlideShow:

Public Attributes

bool autoplay
 
bool shuffle
 
Texture2D[] images
 
float displayDuration = -1f
 
Material imageMaterial
 

Private Member Functions

void Start ()
 
void ShowNextImage (int Instigator=0)
 
void ShowPreviousImage (int Instigator=0)
 
IEnumerator StartAutoplayWithDuration (float duration)
 
void StopAutoplayWithDuration (float duration)
 

Private Attributes

int showingImage
 

Detailed Description

Definition at line 5427 of file VRCSDKBase.cs.

Member Function Documentation

◆ ShowNextImage()

void VRC.SDKBase.VRC_SlideShow.ShowNextImage ( int  Instigator = 0)
private

Definition at line 5453 of file VRCSDKBase.cs.

◆ ShowPreviousImage()

void VRC.SDKBase.VRC_SlideShow.ShowPreviousImage ( int  Instigator = 0)
private

Definition at line 5479 of file VRCSDKBase.cs.

◆ Start()

void VRC.SDKBase.VRC_SlideShow.Start ( )
private

Definition at line 5441 of file VRCSDKBase.cs.

◆ StartAutoplayWithDuration()

IEnumerator VRC.SDKBase.VRC_SlideShow.StartAutoplayWithDuration ( float  duration)
private

Definition at line 5497 of file VRCSDKBase.cs.

◆ StopAutoplayWithDuration()

void VRC.SDKBase.VRC_SlideShow.StopAutoplayWithDuration ( float  duration)
private

Definition at line 5506 of file VRCSDKBase.cs.

Member Data Documentation

◆ autoplay

bool VRC.SDKBase.VRC_SlideShow.autoplay

Definition at line 5429 of file VRCSDKBase.cs.

◆ displayDuration

float VRC.SDKBase.VRC_SlideShow.displayDuration = -1f

Definition at line 5435 of file VRCSDKBase.cs.

◆ imageMaterial

Material VRC.SDKBase.VRC_SlideShow.imageMaterial

Definition at line 5437 of file VRCSDKBase.cs.

◆ images

Texture2D [] VRC.SDKBase.VRC_SlideShow.images

Definition at line 5433 of file VRCSDKBase.cs.

◆ showingImage

int VRC.SDKBase.VRC_SlideShow.showingImage
private

Definition at line 5439 of file VRCSDKBase.cs.

◆ shuffle

bool VRC.SDKBase.VRC_SlideShow.shuffle

Definition at line 5431 of file VRCSDKBase.cs.


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