C# Class Game.RenderCameraToFile

Inheritance: UnityEngine.MonoBehaviour
Mostra file Open project: BrainProject/UnityTemp

Public Properties

Property Type Description
cam Camera
defaultFileName string
height int
width int

Public Methods

Method Description
RenderToFile ( string fileName ) : void
Update ( ) : void

Method Details

RenderToFile() public method

public RenderToFile ( string fileName ) : void
fileName string
return void

Update() public method

public Update ( ) : void
return void

Property Details

cam public_oe property

public Camera cam
return Camera

defaultFileName public_oe property

public string defaultFileName
return string

height public_oe property

public int height
return int

width public_oe property

public int width
return int