Click or drag to resize

RenderingSetup Class

Describes how the rendering is done
Inheritance Hierarchy
SystemObject
  frame8.Logic.Media.MediaPlayerRenderingSetup

Namespace:  frame8.Logic.Media.MediaPlayer
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
[SerializableAttribute]
public class RenderingSetup

The RenderingSetup type exposes the following members.

Constructors
  NameDescription
Public methodRenderingSetup
Top
Properties
  NameDescription
Public propertyTargetRenderer
Can be assigned zero or more times, but please note that when switching from one renderer to another, the old one's texture won't be changed
Public propertyTargetTexture
The texture onto which the video will render
Top
See Also