VisualInstance3D

Inherits: Node3D < Node < Object

Inherited By: Decal, FogVolume, GeometryInstance3D, GPUParticlesAttractor3D, GPUParticlesCollision3D, Light3D, LightmapGI, OccluderInstance3D, ReflectionProbe, RootMotionView, VisibleOnScreenNotifier3D, VoxelGI

There is currently no description for this class. Please help us by contributing one!

Properties

int

layers

1

float

sorting_offset

0.0

bool

sorting_use_aabb_center

Methods

AABB

_get_aabb ( ) virtual const

AABB

get_aabb ( ) const

RID

get_base ( ) const

RID

get_instance ( ) const

bool

get_layer_mask_value ( int layer_number ) const

void

set_base ( RID base )

void

set_layer_mask_value ( int layer_number, bool value )


Property Descriptions

int layers = 1

  • void set_layer_mask ( int value )

  • int get_layer_mask ( )

There is currently no description for this property. Please help us by contributing one!


float sorting_offset = 0.0

  • void set_sorting_offset ( float value )

  • float get_sorting_offset ( )

There is currently no description for this property. Please help us by contributing one!


bool sorting_use_aabb_center

  • void set_sorting_use_aabb_center ( bool value )

  • bool is_sorting_use_aabb_center ( )

There is currently no description for this property. Please help us by contributing one!


Method Descriptions

AABB _get_aabb ( ) virtual const

There is currently no description for this method. Please help us by contributing one!


AABB get_aabb ( ) const

There is currently no description for this method. Please help us by contributing one!


RID get_base ( ) const

There is currently no description for this method. Please help us by contributing one!


RID get_instance ( ) const

There is currently no description for this method. Please help us by contributing one!


bool get_layer_mask_value ( int layer_number ) const

There is currently no description for this method. Please help us by contributing one!


void set_base ( RID base )

There is currently no description for this method. Please help us by contributing one!


void set_layer_mask_value ( int layer_number, bool value )

There is currently no description for this method. Please help us by contributing one!