11 lines
146 B
C#
11 lines
146 B
C#
using UnityEngine;
|
|
|
|
public struct ovrAvatarGazeTarget
|
|
{
|
|
public uint id;
|
|
|
|
public Vector3 worldPosition;
|
|
|
|
public ovrAvatarGazeTargetType type;
|
|
}
|