C# Class MotionBlurEffect, Hellbound

Inheritance: PostProcessEffectBase
Datei anzeigen Open project: Backman/Hellbound Class Usage Examples

Protected Properties

Property Type Description
m_BlurObjects HashSet
m_VelocityCamera Camera

Public Methods

Method Description
RegisterBlurObject ( ObjectBlur, obj ) : void
RemoveBlurObject ( ObjectBlur, obj ) : void

Protected Methods

Method Description
Awake ( ) : void
OnRenderImage ( RenderTexture source, RenderTexture dest ) : void

Method Details

Awake() protected method

protected Awake ( ) : void
return void

OnRenderImage() protected method

protected OnRenderImage ( RenderTexture source, RenderTexture dest ) : void
source RenderTexture
dest RenderTexture
return void

RegisterBlurObject() public static method

public static RegisterBlurObject ( ObjectBlur, obj ) : void
obj ObjectBlur,
return void

RemoveBlurObject() public static method

public static RemoveBlurObject ( ObjectBlur, obj ) : void
obj ObjectBlur,
return void

Property Details

m_BlurObjects protected_oe static_oe property

protected static HashSet m_BlurObjects
return HashSet

m_VelocityCamera protected_oe property

protected Camera m_VelocityCamera
return Camera