Method GetActiveBrain
GetActiveBrain(int)
Access the array of active CinemachineBrains in the scene without gebnerating garbage
선언
public CinemachineBrain GetActiveBrain(int index)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| int | index | Index of the brain to access, range 0-BrainCount |
반환
| 타입 | 설명 |
|---|---|
| CinemachineBrain | The brain at the specified index |