Event for Use
Posted: Tue Mar 01, 2016 6:35 am
Is there OnUse event? An event triggered when you use Usable component, with no conversation.
Best!
Best!
Support and discussion forum for Pixel Crushers products
https://www.pixelcrushers.com:443/phpbb/
Code: Select all
public void OnUse(Transform sender) {
// Your code here
}