コード例 #1
0
 public void SetEmoteIcon(EmotiveIcon.IconDisplay iconDisplay = null)
 {
     EmotiveIconInstance.CurrentIconDisplayState = iconDisplay ?? EmotiveIcon.IconDisplay.Thought;
     EmotiveIconInstance.CurrentDisplayState     = EmotiveIcon.Display.Appearing;
     EmotiveIconInstance.Visible = true;
     EmotiveIconInstance.BeginAnimations(shouldHideAfter: false);
 }
コード例 #2
0
 public void MoveDisplayElementsToUiLayer(Layer uiLayer)
 {
     EmotiveIconInstance.MoveToLayer(uiLayer);
 }