Class ApplyToBase
Base class to apply texture from MediaPlayer
Inheritance
System.Object
ApplyToBase
Assembly: cs.temp.dll.dll
public abstract class ApplyToBase : MonoBehaviour
Properties
Declaration
public bool AutomaticStereoPacking { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public StereoPacking OverrideStereoPacking { get; set; }
Property Value
Declaration
public MediaPlayer Player { get; set; }
Property Value
Declaration
public bool StereoRedGreenTint { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
Declaration
public abstract void Apply()
Declaration
public void ForceUpdate()
Declaration
protected virtual void OnDisable()
Declaration
protected virtual void OnEnable()
Declaration
protected virtual void RestoreProperties()
Declaration
protected virtual void SaveProperties()