PowerUI.ContentType Class Reference

Detailed Description

A helper for detecting some file types.

Static Public Member Functions

static bool IsVideo (string type)
 Is the given lowercase type a video? More...
 

Member Function Documentation

static bool PowerUI.ContentType.IsVideo ( string  type)
inlinestatic

Is the given lowercase type a video?

Parameters
typeThe content type in lowercase, e.g. "ogg".
Returns
True if the given type is a type of video supported by Unity.