Blinker to protected

This commit is contained in:
ousttrue
2018-06-18 23:17:54 +09:00
parent 43777d9a66
commit e60723ba31

View File

@@ -25,7 +25,7 @@ namespace VRM
[SerializeField]
float m_closeSeconds = 0.1f;
Coroutine m_coroutine;
protected Coroutine m_coroutine;
//static readonly string BLINK_NAME = BlendShapePreset.Blink.ToString();
@@ -45,7 +45,7 @@ namespace VRM
}
}
IEnumerator BlinkRoutine()
protected IEnumerator BlinkRoutine()
{
while (true)
{