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 <see langword="true" /> if the visitation succeeded; <see langword="false" /> otherwise.
Tries to visit the specified <paramref name="container" /> by ref using the specified <paramref name="visitor" />.
visitor | The visitor. |
container | The container to visit. |
parameters | The visit parameters to use. |
returnCode | When this method returns, contains the return code. |
bool <see langword="true" /> if the visitation succeeded; <see langword="false" /> otherwise.
Tries to visit the specified <paramref name="container" /> by ref using the specified <paramref name="visitor" />.
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 <paramref name="container" /> using the specified <paramref name="visitor" /> at the given PropertyPath.