mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-03-25 03:44:43 -05:00
7 lines
137 B
C#
7 lines
137 B
C#
namespace UniVRM10
|
|
{
|
|
internal interface ILookAtEyeDirectionProvider
|
|
{
|
|
LookAtEyeDirection EyeDirection { get; }
|
|
}
|
|
} |