7 lines
137 B
C#
7 lines
137 B
C#
namespace UniVRM10
|
|
{
|
|
internal interface ILookAtEyeDirectionProvider
|
|
{
|
|
LookAtEyeDirection EyeDirection { get; }
|
|
}
|
|
} |