arsa  2.7
Public Attributes | List of all members
Effekseer::NodeRendererDepthParameter Struct Reference

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
 

Detailed Description

Parameters about a depth which is passed into a renderer.

Definition at line 625 of file Effekseer.h.

Member Data Documentation

◆ DepthClipping

float Effekseer::NodeRendererDepthParameter::DepthClipping = FLT_MAX

Definition at line 632 of file Effekseer.h.

◆ DepthOffset

float Effekseer::NodeRendererDepthParameter::DepthOffset = 0.0f

Definition at line 627 of file Effekseer.h.

◆ IsDepthOffsetScaledWithCamera

bool Effekseer::NodeRendererDepthParameter::IsDepthOffsetScaledWithCamera = false

Definition at line 628 of file Effekseer.h.

◆ IsDepthOffsetScaledWithParticleScale

bool Effekseer::NodeRendererDepthParameter::IsDepthOffsetScaledWithParticleScale = false

Definition at line 629 of file Effekseer.h.

◆ SuppressionOfScalingByDepth

float Effekseer::NodeRendererDepthParameter::SuppressionOfScalingByDepth = 1.0f

Definition at line 631 of file Effekseer.h.

◆ ZSort

ZSortType Effekseer::NodeRendererDepthParameter::ZSort = ZSortType::None

Definition at line 630 of file Effekseer.h.


The documentation for this struct was generated from the following file: