getvideoname - eisclimber/ExPresS-XR GitHub Wiki
Method in CsvUtility
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 = "")| 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. |