C# Class BeautyShot, Svelto-ECS-Example

Inheritance: MonoBehaviour
Show file Open project: sebas77/Svelto-ECS-Example

Public Properties

Property Type Description
captureUsingScreenshot bool
duration float
frameOffset int
frameRate int
layerMask LayerMask
supersampleScreenshot Supersample

Public Methods

Method Description
OnPostRender ( ) : void
Start ( ) : void
generateFilename ( ) : string

Private Methods

Method Description
captureCam ( Camera cam, int w, int h ) : byte[]

Method Details

OnPostRender() public method

public OnPostRender ( ) : void
return void

Start() public method

public Start ( ) : void
return void

generateFilename() public method

public generateFilename ( ) : string
return string

Property Details

captureUsingScreenshot public property

public bool captureUsingScreenshot
return bool

duration public property

public float duration
return float

frameOffset public property

public int frameOffset
return int

frameRate public property

public int frameRate
return int

layerMask public property

public LayerMask layerMask
return LayerMask

supersampleScreenshot public property

public Supersample supersampleScreenshot
return Supersample