void OnEnable()
 {
     targetTest = target as QuantumBlurUnity;
 }
示例#2
0
 void OnEnable()
 {
     targetScript = target as QuantumBlurUnity;
 }