|
Battle Talent
V11
|
Inherits MonoBehaviour.
Classes | |
| class | LODInfo |
Public Member Functions | |
| void | UpdateLodLevel (int level) |
| void | ApplyMatrials () |
Public Attributes | |
| int | curLodLevel = 0 |
| float | interval = 0.2f |
| Transform | target |
| Vector3 | offset |
| float | height = -1 |
| bool | intervalShow = false |
| bool | isPlayer = false |
| ShadowCaster | shadowCaster |
| bool | isApplyMatrial = false |
| int | anchorAtLodIdx = 0 |
| List< LODInfo > | lodList |
| Action< int > | onLodChange |