Class DisplayIMGUI
Displays the video from MediaPlayer component using IMGUI
Inheritance
System.Object
DisplayIMGUI
Assembly: cs.temp.dll.dll
public class DisplayIMGUI : MonoBehaviour
Properties
Declaration
public bool AllowTransparency { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public float AreaHeight { get; set; }
Property Value
Type |
Description |
System.Single |
|
Declaration
public float AreaWidth { get; set; }
Property Value
Type |
Description |
System.Single |
|
Declaration
public float AreaX { get; set; }
Property Value
Type |
Description |
System.Single |
|
Declaration
public float AreaY { get; set; }
Property Value
Type |
Description |
System.Single |
|
Declaration
public Color Color { get; set; }
Property Value
Declaration
public int Depth { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public bool IsAreaFullScreen { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public MediaPlayer Player { get; set; }
Property Value
Declaration
public ScaleMode ScaleMode { get; set; }
Property Value
Type |
Description |
ScaleMode |
|
Declaration
public bool ShowAreaInEditor { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool UseDepth { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
Declaration
public Rect GetAreaRect()
Returns
Declaration