Click or drag to resize

SpatialMaterialParamsBillboardKeepScale Property

If true, the shader will keep the scale set for the mesh. Otherwise the scale is lost when billboarding. Only applies when ParamsBillboardMode is .

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool ParamsBillboardKeepScale { get; set; }

Property Value

Type: Boolean
See Also