Exemple #1
0
    void Start()
    {
        platformGrabbable = GetComponent <VectorGrabbable>();

        movingInstance = RuntimeManager.CreateInstance(movingEvent);
        movingInstance.start();
    }
Exemple #2
0
 void OnValidate()
 {
     grabbable        = GetComponentInParent <VectorGrabbable>();
     axisLineRenderer = GetComponent <LineRenderer>();
 }