コード例 #1
0
 private void Awake()
 {
     impulseForceRead  = boatImpulseForce;
     throwObjectSystem = new ThrowObjectSystem();
     DirectionalArrowBehaviour.SetupArrow(() => launchDirection);
 }
コード例 #2
0
 private void Start()
 {
     originalPosition = tester.transform.position;
     defaultrotation  = tester.transform.rotation;
     handler          = new ThrowObjectSystem();
 }
コード例 #3
0
 private void Awake()
 {
     throwObjectSystem = new ThrowObjectSystem();
     DirectionalArrowBehaviour.SetupArrow(() => launchDirection);
 }