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

Common parameters which is passed into a renderer. More...

#include <Effekseer.h>

Public Attributes

RendererMaterialType MaterialType = RendererMaterialType::Default
 
int32_t Texture1Index = -1
 
int32_t Texture2Index = -1
 
float DistortionIntensity = 0.0f
 
MaterialParameterMaterialParameterPtr = nullptr
 
AlphaBlendType AlphaBlend = AlphaBlendType::Blend
 
TextureFilterType TextureFilter1 = TextureFilterType::Nearest
 
TextureWrapType TextureWrap1 = TextureWrapType::Repeat
 
TextureFilterType TextureFilter2 = TextureFilterType::Nearest
 
TextureWrapType TextureWrap2 = TextureWrapType::Repeat
 

Detailed Description

Common parameters which is passed into a renderer.

Definition at line 639 of file Effekseer.h.

Member Data Documentation

◆ AlphaBlend

AlphaBlendType Effekseer::NodeRendererBasicParameter::AlphaBlend = AlphaBlendType::Blend

Definition at line 649 of file Effekseer.h.

◆ DistortionIntensity

float Effekseer::NodeRendererBasicParameter::DistortionIntensity = 0.0f

Definition at line 647 of file Effekseer.h.

◆ MaterialParameterPtr

MaterialParameter* Effekseer::NodeRendererBasicParameter::MaterialParameterPtr = nullptr

Definition at line 648 of file Effekseer.h.

◆ MaterialType

RendererMaterialType Effekseer::NodeRendererBasicParameter::MaterialType = RendererMaterialType::Default

Definition at line 641 of file Effekseer.h.

◆ Texture1Index

int32_t Effekseer::NodeRendererBasicParameter::Texture1Index = -1

Definition at line 642 of file Effekseer.h.

◆ Texture2Index

int32_t Effekseer::NodeRendererBasicParameter::Texture2Index = -1

Definition at line 643 of file Effekseer.h.

◆ TextureFilter1

TextureFilterType Effekseer::NodeRendererBasicParameter::TextureFilter1 = TextureFilterType::Nearest

Definition at line 651 of file Effekseer.h.

◆ TextureFilter2

TextureFilterType Effekseer::NodeRendererBasicParameter::TextureFilter2 = TextureFilterType::Nearest

Definition at line 653 of file Effekseer.h.

◆ TextureWrap1

TextureWrapType Effekseer::NodeRendererBasicParameter::TextureWrap1 = TextureWrapType::Repeat

Definition at line 652 of file Effekseer.h.

◆ TextureWrap2

TextureWrapType Effekseer::NodeRendererBasicParameter::TextureWrap2 = TextureWrapType::Repeat

Definition at line 654 of file Effekseer.h.


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