Blender V4.5
AttributeRequest Class Reference

#include <attribute.h>

Public Member Functions

 AttributeRequest (ustring name_)
 
 AttributeRequest (AttributeStandard std)
 

Public Attributes

ustring name
 
AttributeStandard std
 
TypeDesc type
 
AttributeDescriptor desc
 

Detailed Description

Definition at line 231 of file scene/attribute.h.

Constructor & Destructor Documentation

◆ AttributeRequest() [1/2]

AttributeRequest::AttributeRequest ( ustring name_)
explicit

◆ AttributeRequest() [2/2]

AttributeRequest::AttributeRequest ( AttributeStandard std)
explicit

Member Data Documentation

◆ desc

AttributeDescriptor AttributeRequest::desc

Definition at line 238 of file scene/attribute.h.

Referenced by AttributeRequest(), AttributeRequest(), and emit_attribute_mapping().

◆ name

ustring AttributeRequest::name

Definition at line 233 of file scene/attribute.h.

Referenced by AttributeRequest(), AttributeRequest(), and AttributeSet::find().

◆ std

AttributeStandard AttributeRequest::std

Definition at line 234 of file scene/attribute.h.

Referenced by AttributeRequest(), AttributeRequest(), and AttributeSet::find().

◆ type

TypeDesc AttributeRequest::type

Definition at line 237 of file scene/attribute.h.

Referenced by AttributeRequest(), AttributeRequest(), and emit_attribute_mapping().


The documentation for this class was generated from the following files: