- getCastShadowsSetting
GeometryInstance.ShadowCastingSetting getCastShadowsSetting()
- getExtraCullMargin
double getExtraCullMargin()
- getFlag
bool getFlag(long flag)
- getLodMaxDistance
double getLodMaxDistance()
- getLodMaxHysteresis
double getLodMaxHysteresis()
- getLodMinDistance
double getLodMinDistance()
- getLodMinHysteresis
double getLodMinHysteresis()
- getMaterialOverride
Ref!Material getMaterialOverride()
- opAssign
GeometryInstance opAssign(T n)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(GeometryInstance other)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(typeof(null) n)
Undocumented in source. Be warned that the author may not have intended to support it.
- setCastShadowsSetting
void setCastShadowsSetting(long shadow_casting_setting)
- setExtraCullMargin
void setExtraCullMargin(double margin)
- setFlag
void setFlag(long flag, bool value)
- setLodMaxDistance
void setLodMaxDistance(double mode)
- setLodMaxHysteresis
void setLodMaxHysteresis(double mode)
- setLodMinDistance
void setLodMinDistance(double mode)
- setLodMinHysteresis
void setLodMinHysteresis(double mode)
- setMaterialOverride
void setMaterialOverride(Material material)
- castShadow
GeometryInstance.ShadowCastingSetting castShadow [@property getter]
long castShadow [@property setter]
The selected shadow casting flag. See SHADOW_CASTING_SETTING_* constants for values.
- extraCullMargin
double extraCullMargin [@property getter]
double extraCullMargin [@property setter]
The extra distance added to the GeometryInstance's bounding box (AABB) to increase its cull box.
- lodMaxDistance
double lodMaxDistance [@property setter]
The GeometryInstance's max LOD distance.
- lodMaxDistance
double lodMaxDistance [@property getter]
The GeometryInstance's max LOD distance.
- lodMaxHysteresis
double lodMaxHysteresis [@property getter]
double lodMaxHysteresis [@property setter]
The GeometryInstance's max LOD margin.
- lodMinDistance
double lodMinDistance [@property getter]
double lodMinDistance [@property setter]
The GeometryInstance's min LOD distance.
- lodMinHysteresis
double lodMinHysteresis [@property getter]
double lodMinHysteresis [@property setter]
The GeometryInstance's min LOD margin.
- useInBakedLight
bool useInBakedLight [@property getter]
bool useInBakedLight [@property setter]
If true this GeometryInstance will be used when baking lights using a GIProbe and/or any other form of baked lighting.
Base node for geometry based visual instances.
Shares some common functionality like visibility and custom materials.