コード例 #1
0
 void Start()
 {
     _duplicatable       = GetComponent <Duplicatable>();
     _tapToPlaceOnBoard  = GetComponent <TapToPlaceOnBoard>();
     _interactibleAction = GetComponent <InteractibleAction>();
     _textMesh           = GetComponentInChildren <TextMesh>();
 }
コード例 #2
0
 public void SetIAction(InteractibleAction iAction)
 {
     this.iAction = iAction;
 }
コード例 #3
0
ファイル: StickyNote.cs プロジェクト: xonze/HoloBoard
 void Start()
 {
     _duplicatable = GetComponent<Duplicatable>();
     _tapToPlaceOnBoard = GetComponent<TapToPlaceOnBoard>();
     _interactibleAction = GetComponent<InteractibleAction>();
 }