- Home /
Question by
slowcodetochina · Sep 17, 2013 at 04:30 PM ·
gameobjectpropertyinteractive clothproperty fields
Change Interactive Cloth properties through script?
I'm trying to dynamically change the collision response, but there's nothing like Interactivecloth.collisionresponse as far as I can tell. Any help would be greatly appreciated.
Comment
Answer by Seizure · Sep 17, 2013 at 05:12 PM
myCloth.GetComponent<InteractiveCloth>().collisionResponse += .01f;
Your answer
Follow this Question
Related Questions
Material doesn't have a color property '_Color' 4 Answers
The name 'Joystick' does not denote a valid type ('not found') 2 Answers
Efficiency of Game Loops 2 Answers
Using script's method from all of the gameobjects that has that script 2 Answers
How to create 3D game object in specified pixel size? 2 Answers