경고제거
This commit is contained in:
@@ -33,6 +33,7 @@ public class PermissionsManager : MonoBehaviour
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// A group of permissions to request based on a specific platform.
|
/// A group of permissions to request based on a specific platform.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
#pragma warning disable 649 // Fields are assigned by Unity serialization
|
||||||
[Serializable]
|
[Serializable]
|
||||||
class PermissionRequestGroup
|
class PermissionRequestGroup
|
||||||
{
|
{
|
||||||
@@ -66,6 +67,7 @@ class PermissionRequest
|
|||||||
|
|
||||||
public UnityEvent<string> onPermissionDenied;
|
public UnityEvent<string> onPermissionDenied;
|
||||||
}
|
}
|
||||||
|
#pragma warning restore 649
|
||||||
|
|
||||||
void Awake()
|
void Awake()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -71,7 +71,7 @@ public enum UpdateType
|
|||||||
Vector3[] m_ControlPoints = new Vector3[4];
|
Vector3[] m_ControlPoints = new Vector3[4];
|
||||||
float m_Time;
|
float m_Time;
|
||||||
float m_LineWidth;
|
float m_LineWidth;
|
||||||
float m_LastViewerScale;
|
float m_LastViewerScale = 1f;
|
||||||
|
|
||||||
Vector3 m_LastStartPosition;
|
Vector3 m_LastStartPosition;
|
||||||
Vector3 m_LastEndPosition;
|
Vector3 m_LastEndPosition;
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user