format
typescript
Animator.cullModeclass: Animator
description
Controls the culling of this Animator component.
parameter
| param_name | type | description |
|---|
reture
| type | description |
|---|---|
AnimationCullMode |
code example
typescript
let obj = new GameObject();
let animator = obj.AddComponent<Animator>(Animator);
animator.cullMode;