Skip to content

Commit d709148

Browse files
committed
updating documentation in camera namespace
1 parent 95513ae commit d709148

File tree

5 files changed

+22
-8
lines changed

5 files changed

+22
-8
lines changed

Scripts/Camera/CameraTarget.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,10 @@ void Update()
278278

279279
#region public Functions
280280

281+
/// <summary>
282+
/// Sets the target position with offset.
283+
/// </summary>
284+
/// <param name="offsetPosition"></param>
281285
public void SetTargetPositionWithOffset(Vector3 offsetPosition)
282286
{
283287
m_OffsetPosition = offsetPosition;

Scripts/Camera/WatsonCamera.cs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ public class WatsonCamera : MonoBehaviour
5656

5757
#region Public Variable
5858

59+
/// <summary>
60+
/// Instance of WatsonCamera.
61+
/// </summary>
5962
public static WatsonCamera Instance
6063
{
6164
get
@@ -64,6 +67,9 @@ public static WatsonCamera Instance
6467
}
6568
}
6669

70+
/// <summary>
71+
/// The camera's current target.
72+
/// </summary>
6773
public CameraTarget CurrentCameraTarget
6874
{
6975
get
@@ -106,6 +112,9 @@ public CameraTarget CurrentCameraTarget
106112
}
107113
}
108114

115+
/// <summary>
116+
/// The camera's default target.
117+
/// </summary>
109118
public CameraTarget DefaultCameraTarget
110119
{
111120
get
575 KB
Binary file not shown.

Scripts/Services/DocumentConversion.meta

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exclude-filter.txt.meta

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)