Click or drag to resize
SkinnedModelRendererAnimateWhenCulled Field
If true (default), will animate mesh even when not drawn (due to cluiing optimizations). If false and object is culled, will not animate.

Namespace:  GeonBit.ECS.Components.Graphics
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool AnimateWhenCulled

Field Value

Type: Boolean
See Also