Streamingle_URP/Assets/External/VRM10/Runtime/Components/LookAt/ILookAtEyeDirectionProvider.cs

7 lines
137 B
C#

namespace UniVRM10
{
internal interface ILookAtEyeDirectionProvider
{
LookAtEyeDirection EyeDirection { get; }
}
}