C# Class BeautyShot, Svelto-ECS-Example

Inheritance: MonoBehaviour
ファイルを表示 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_oe property

public bool captureUsingScreenshot
return bool

duration public_oe property

public float duration
return float

frameOffset public_oe property

public int frameOffset
return int

frameRate public_oe property

public int frameRate
return int

layerMask public_oe property

public LayerMask layerMask
return LayerMask

supersampleScreenshot public_oe property

public Supersample supersampleScreenshot
return Supersample