namespace ML.SDK
Class
MLMirror
namespace ML.SDK
{
class MLMirror
}
Inherits from MonoBehaviour
Summary
MLMirror component.
Properties
Property | Desciption |
---|---|
UsesOcclusionCulling | Does mirror uses the occlusion culling |
IsByDefaultOn | True if the mirror is active by default. |
MirrorLayers | Layers set to be used by the mirror |
MirrorActive | Is the mirror active. You can enable or disable the mirror using this property. |
Methods
Method | Description |
---|---|
ActivateMirror() | Activates Mirror |
DeactivateMirror() | Deactivates Mirror |
ToggleMirror() | Toggle the mirror. |