Blender  V3.3
Public Member Functions | Public Attributes | List of all members
blender::io::usd::NodePlacementContext Struct Reference

#include <usd_reader_material.h>

Public Member Functions

 NodePlacementContext (float in_origx, float in_origy, float in_horizontal_step=300.0f, float in_vertical_step=300.0f)
 

Public Attributes

float origx
 
float origy
 
std::vector< floatcolumn_offsets
 
const float horizontal_step
 
const float vertical_step
 

Detailed Description

Definition at line 20 of file usd_reader_material.h.

Constructor & Destructor Documentation

◆ NodePlacementContext()

blender::io::usd::NodePlacementContext::NodePlacementContext ( float  in_origx,
float  in_origy,
float  in_horizontal_step = 300.0f,
float  in_vertical_step = 300.0f 
)
inline

Definition at line 27 of file usd_reader_material.h.

Member Data Documentation

◆ column_offsets

std::vector<float> blender::io::usd::NodePlacementContext::column_offsets

Definition at line 23 of file usd_reader_material.h.

◆ horizontal_step

const float blender::io::usd::NodePlacementContext::horizontal_step

Definition at line 24 of file usd_reader_material.h.

◆ origx

float blender::io::usd::NodePlacementContext::origx

Definition at line 21 of file usd_reader_material.h.

◆ origy

float blender::io::usd::NodePlacementContext::origy

Definition at line 22 of file usd_reader_material.h.

◆ vertical_step

const float blender::io::usd::NodePlacementContext::vertical_step

Definition at line 25 of file usd_reader_material.h.


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