siParticleAttributeType

Description

The available types for user defined per particle ParticleAttribute.

C# Syntax

siParticleAttributeType.siPAVector4                                         // 0
siParticleAttributeType.siPAVector3                                         // 1
siParticleAttributeType.siPAFloat                                           // 2
siParticleAttributeType.siPAInt                                             // 3
siParticleAttributeType.siPAULong                                           // 4
siParticleAttributeType.siPAUShort                                          // 5
siParticleAttributeType.siPABool                                            // 6
siParticleAttributeType.siPAUndefined                                       // 7

Constant

Value

Description

siPAVector4

0

Type of vector containing 4 double-precision floating-point values.

siPAVector3

1

Type of vector containing 3 double-precision floating-point values.

siPAFloat

2

Floating-point type.

siPAInt

3

Integer type.

siPAULong

4

ULONG integer type.

siPAUShort

5

Unsigned short integer type.

siPABool

6

Boolean type.

siPAUndefined

7

Error type returned when requesting the type for an undefined attribute.

Applies To

AddUserParameter

ParticleAttribute.AttributeType

ParticleType.AddAttribute

ParticleType.AttributeType

ParticleAttribute::GetAttributeType

ParticleType::AddAttribute

ParticleType::GetAttributeType

 



Autodesk Softimage v7.5