C# Class Twirl, MazeToddler

Inheritance: MonoBehaviour
显示文件 Open project: Nexters/MazeToddler Class Usage Examples

Public Properties

Property Type Description
angle float
center Vector2
radius Vector2

Public Methods

Method Description
OnRenderImage ( RenderTexture source, RenderTexture destination ) : void

Private Methods

Method Description
DistortToNegative ( ) : IEnumerator
DistortToPositive ( ) : IEnumerator

Method Details

OnRenderImage() public method

public OnRenderImage ( RenderTexture source, RenderTexture destination ) : void
source RenderTexture
destination RenderTexture
return void

Property Details

angle public_oe property

public float angle
return float

center public_oe property

public Vector2 center
return Vector2

radius public_oe property

public Vector2 radius
return Vector2