getvideoname - eisclimber/ExPresS-XR GitHub Wiki

CsvUtility.GetVideoName(VideoClip,string)

Method in CsvUtility

Summary

Returns the name of a video with an optional support for videos-paths from the StreamingAssets-Folder. Video clips override the streamed path. In case video is null the full path of 'streamedVideo' is returned or and empty string if omitted.

public static string GetVideoName(VideoClip video, string streamedVideo = "")

Parameters

Name Description
UnityEngine.Video.VideoClip video Video Clip from which the name should be received.
string streamedVideo Relative path of a video from the StreamingAssets-Folder.
⚠️ **GitHub.com Fallback** ⚠️