Automated: create new component page |
989onan bot (talk | contribs) Automated: update Fields |
||
Line 7: | Line 7: | ||
== Usage == | == Usage == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|FingerGestureEnabled|Bool| | |||
|MinDistance|Float| | |MinDistance|Float| | ||
|MaxDistance|Float| | |MaxDistance|Float| | ||
Line 14: | Line 15: | ||
|NormalResolution|Int2| | |NormalResolution|Int2| | ||
|TimerResolution|Int2| | |TimerResolution|Int2| | ||
|CaptureStereo|Bool| | |||
|StereoSeparation|Float| | |||
|TimerSeconds|Float| | |||
|HideAllNameplates|Bool| | |||
|EncodeFormat|PhotoEncodeFormat| | |||
|DebugGesture|Bool| | |DebugGesture|Bool| | ||
|_timerStart|{{RootFieldType|SyncTime}}| | |_timerStart|{{RootFieldType|SyncTime}}|TypeAdv14=true| | ||
|_timerActive|Bool| | |_timerActive|Bool| | ||
|_originalParent|Slot| | |_originalParent|Slot| | ||
Line 23: | Line 29: | ||
|_root|Slot| | |_root|Slot| | ||
|_previewRoot|Slot| | |_previewRoot|Slot| | ||
|_renderTex|'''[[Component:RenderTextureProvider|RenderTextureProvider]]'''| | |_renderTex|'''[[Component:RenderTextureProvider|RenderTextureProvider]]'''|TypeAdv22=true| | ||
|_quad|'''[[Component:QuadMesh|QuadMesh]]'''| | |_quad|'''[[Component:QuadMesh|QuadMesh]]'''|TypeAdv23=true| | ||
|_frame|'''[[Component:FrameMesh|FrameMesh]]'''| | |_frame|'''[[Component:FrameMesh|FrameMesh]]'''|TypeAdv24=true| | ||
|_cameraRoot|Slot| | |_cameraRoot|Slot| | ||
|_cameraPos|{{RootFieldType|FieldDrive`1|[[Type:Float3|Float3]]}}| | |_cameraPos|{{RootFieldType|FieldDrive`1|[[Type:Float3|Float3]]}}|TypeAdv26=true| | ||
|_cameraRot|{{RootFieldType|FieldDrive`1|[[Type:FloatQ|FloatQ]]}}| | |_cameraRot|{{RootFieldType|FieldDrive`1|[[Type:FloatQ|FloatQ]]}}|TypeAdv27=true| | ||
|_camera|'''[[Component:Camera|Camera]]'''| | |_camera|'''[[Component:Camera|Camera]]'''|TypeAdv28=true| | ||
|_frameMaterial|'''[[UnlitMaterial|UnlitMaterial]]'''| | |_frameMaterial|'''[[UnlitMaterial|UnlitMaterial]]'''|TypeAdv29=true| | ||
|_timerTextRoot|Slot| | |_timerTextRoot|Slot| | ||
|_timerText|'''[[Component:TextRenderer|TextRenderer]]'''| | |_timerText|'''[[Component:TextRenderer|TextRenderer]]'''|TypeAdv31=true| | ||
|_shutterClip|{{RootFieldType|AssetRef`1|[[Type:AudioClip|AudioClip]]}}| | |_shutterClip|{{RootFieldType|AssetRef`1|[[Type:AudioClip|AudioClip]]}}|TypeAdv32=true| | ||
|_timerStartClip|{{RootFieldType|AssetRef`1|[[Type:AudioClip|AudioClip]]}}| | |_timerStartClip|{{RootFieldType|AssetRef`1|[[Type:AudioClip|AudioClip]]}}|TypeAdv33=true| | ||
|_timerCountdownSlowPlayer|'''[[Component:AudioClipPlayer|AudioClipPlayer]]'''| | |_timerCountdownSlowPlayer|'''[[Component:AudioClipPlayer|AudioClipPlayer]]'''|TypeAdv34=true| | ||
|_timerCountdownFastPlayer|'''[[Component:AudioClipPlayer|AudioClipPlayer]]'''| | |_timerCountdownFastPlayer|'''[[Component:AudioClipPlayer|AudioClipPlayer]]'''|TypeAdv35=true| | ||
|_timerCountdownSlowOutput|'''[[Component:AudioOutput|AudioOutput]]'''| | |_timerCountdownSlowOutput|'''[[Component:AudioOutput|AudioOutput]]'''|TypeAdv36=true| | ||
|_timerCountdownFastOutput|'''[[Component:AudioOutput|AudioOutput]]'''| | |_timerCountdownFastOutput|'''[[Component:AudioOutput|AudioOutput]]'''|TypeAdv37=true| | ||
|_timerRoot|Slot| | |_timerRoot|Slot| | ||
}} | }} |
Latest revision as of 06:03, 17 March 2025
Component image 
Photo Capture Manager component as seen in the Scene Inspector

This article or section is a Stub. You can help the Resonite Wiki by expanding it.
Usage
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 | |
MinDistance
|
Float | |
MaxDistance
|
Float | |
MinFOV
|
Float | |
MaxFOV
|
Float | |
PreviewResolution
|
Int2 | |
NormalResolution
|
Int2 | |
TimerResolution
|
Int2 | |
CaptureStereo
|
Bool | |
StereoSeparation
|
Float | |
TimerSeconds
|
Float | |
HideAllNameplates
|
Bool | |
EncodeFormat
|
PhotoEncodeFormat | |
DebugGesture
|
Bool | |
_timerStart
|
direct SyncTime | |
_timerActive
|
Bool | |
_originalParent
|
Slot | |
_originalPosition
|
Float3 | |
_originalRotation
|
FloatQ | |
_originalScale
|
Float3 | |
_root
|
Slot | |
_previewRoot
|
Slot | |
_renderTex
|
RenderTextureProvider | |
_quad
|
QuadMesh | |
_frame
|
FrameMesh | |
_cameraRoot
|
Slot | |
_cameraPos
|
field drive of Float3 | |
_cameraRot
|
field drive of FloatQ | |
_camera
|
Camera | |
_frameMaterial
|
UnlitMaterial | |
_timerTextRoot
|
Slot | |
_timerText
|
TextRenderer | |
_shutterClip
|
AudioClip | |
_timerStartClip
|
AudioClip | |
_timerCountdownSlowPlayer
|
AudioClipPlayer | |
_timerCountdownFastPlayer
|
AudioClipPlayer | |
_timerCountdownSlowOutput
|
AudioOutput | |
_timerCountdownFastOutput
|
AudioOutput | |
_timerRoot
|
Slot |