Component:PhotoCaptureSettings

From Resonite Wiki
Component image 
Photo Capture Settings component as seen in the Scene Inspector

The PhotoCaptureSettings component is used to control the behavior of the PhotoCaptureManager and what it does.

See Settings.

Fields

Fields
Name Type Description
persistent Bool Determines whether or not this item will be saved to the server.
UpdateOrder Int Controls the order in which this component is updated.
Enabled Bool Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't.
FingerGestureEnabled Bool Whether the finger photos should even render.
NormalCaptureResolution Int2 The resolution of pictures taken without timer.
TimerCaptureResolution Int2 The resolution of pictures taken with timer.
TimerSeconds Float How long the timer should be for timed photos.
CapturePrivateUI Bool Whether finger photos should capture private ui elements like the dash.
CaptureStereo Bool Whether photos should be 3D with a left and right "eye".
StereoSeparation Float how far apart the left and right "eye" are when taking stereo photos.
AlwaysHideNameplates Bool Whether to always hide nameplates in taken photos.
EncodeFormat PhotoEncodeFormat The format taken photos should output as.
PhotoAutosavePath String Where to auto save photos in the inventory to.
AutosaveActive Bool Whether to use the auto save photos to inventory feature.

Sync Delegates

Triggers
Method Name Method type and Arguments. Is the method hidden? Description
OpenAutosavePath:Action Action X Opens the auto save path set in the settings.

Usage

Examples

See Also