コード例 #1
0
 public void UseLanternProperty(RaycastHit hitInfo)
 {
     if (lanternLight.intensity > 0 && Active)
     {
         LanternProperty.UsePropertyAction(hitInfo);
     }
     else
     {
         LanternProperty.StopPropertyAction();
     }
 }
コード例 #2
0
 public void StopLanternProperty()
 {
     LanternProperty.StopPropertyAction();
 }