C# Class UnityEngine.ReflectionProbe

The reflection probe is used to capture the surroundings into a texture which is passed to the shaders and used for reflections.

Inheritance: Behaviour
ファイルを表示 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Private Properties

Property Type Description
BlendCubemap bool
INTERNAL_get_backgroundColor void
INTERNAL_get_bounds void
INTERNAL_get_center void
INTERNAL_get_size void
INTERNAL_set_backgroundColor void
INTERNAL_set_center void
INTERNAL_set_size void
IsFinishedRendering bool
RenderProbe int
RenderProbe int

Private Methods

Method Description
BlendCubemap ( Texture src, Texture dst, float blend, RenderTexture target ) : bool
INTERNAL_get_backgroundColor ( Color &value ) : void
INTERNAL_get_bounds ( Bounds &value ) : void
INTERNAL_get_center ( Vector3 &value ) : void
INTERNAL_get_size ( Vector3 &value ) : void
INTERNAL_set_backgroundColor ( Color &value ) : void
INTERNAL_set_center ( Vector3 &value ) : void
INTERNAL_set_size ( Vector3 &value ) : void
IsFinishedRendering ( int renderId ) : bool
RenderProbe ( ) : int
RenderProbe ( [ targetTexture ) : int