mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-04-13 16:49:54 -05:00
7 lines
137 B
C#
7 lines
137 B
C#
namespace UniVRM10
|
|
{
|
|
internal interface ILookAtEyeDirectionProvider
|
|
{
|
|
LookAtEyeDirection EyeDirection { get; }
|
|
}
|
|
} |