mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-23 03:16:12 -05:00
reorder
This commit is contained in:
parent
b376a94d75
commit
b25e58c3ff
|
|
@ -11,13 +11,11 @@ namespace UniVRM10
|
|||
private readonly Vector3 _eyeTransformLocalPosition;
|
||||
private readonly Quaternion _eyeTransformLocalRotation;
|
||||
|
||||
public float Yaw { get; private set; }
|
||||
public float Pitch { get; private set; }
|
||||
|
||||
internal ILookAtEyeDirectionApplicable EyeDirectionApplicable { get; }
|
||||
|
||||
public float Yaw { get; private set; }
|
||||
public float Pitch { get; private set; }
|
||||
public LookAtEyeDirection EyeDirection { get; private set; }
|
||||
|
||||
public Transform EyeTransform { get; }
|
||||
|
||||
internal Vrm10RuntimeLookAt(VRM10ObjectLookAt lookAt, UniHumanoid.Humanoid humanoid, Transform head)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user