format
typescript
AimIK.fixTransformclass: AimIK
description
Whether to reset all used transformations to their initial state on each update.
parameter
| param_name | type | description |
|---|
reture
| type | description |
|---|---|
boolean | Whether to reset to their initial state. |
code example
typescript
let obj = new GameObject();
let aimIk = obj.AddComponent<AimIK>(AimIK);
aimIk.fixTransform;