Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
Closevisitor | The visitor. |
container | The container to visit. |
parameters | The visit parameters to use. |
bool
true
if the visitation succeeded; false
otherwise.
Tries to visit the specified by ref using the specified .
visitor | The visitor. |
container | The container to visit. |
parameters | The visit parameters to use. |
returnCode | When this method returns, contains the return code. |
bool
true
if the visitation succeeded; false
otherwise.
Tries to visit the specified by ref using the specified .
visitor | The visitor. |
container | The container to visit. |
path | The property path to visit. |
returnCode | When this method returns, contains the return code. |
parameters | The visit parameters to use. |
Visit the specified using the specified at the given PropertyPath.