|
arsa
2.7
|
Parameters about a depth which is passed into a renderer. More...
#include <Effekseer.h>
Public Attributes | |
| float | DepthOffset = 0.0f |
| bool | IsDepthOffsetScaledWithCamera = false |
| bool | IsDepthOffsetScaledWithParticleScale = false |
| ZSortType | ZSort = ZSortType::None |
| float | SuppressionOfScalingByDepth = 1.0f |
| float | DepthClipping = FLT_MAX |
Parameters about a depth which is passed into a renderer.
Definition at line 625 of file Effekseer.h.
| float Effekseer::NodeRendererDepthParameter::DepthClipping = FLT_MAX |
Definition at line 632 of file Effekseer.h.
| float Effekseer::NodeRendererDepthParameter::DepthOffset = 0.0f |
Definition at line 627 of file Effekseer.h.
| bool Effekseer::NodeRendererDepthParameter::IsDepthOffsetScaledWithCamera = false |
Definition at line 628 of file Effekseer.h.
| bool Effekseer::NodeRendererDepthParameter::IsDepthOffsetScaledWithParticleScale = false |
Definition at line 629 of file Effekseer.h.
| float Effekseer::NodeRendererDepthParameter::SuppressionOfScalingByDepth = 1.0f |
Definition at line 631 of file Effekseer.h.
| ZSortType Effekseer::NodeRendererDepthParameter::ZSort = ZSortType::None |
Definition at line 630 of file Effekseer.h.
1.8.15