Click or drag to resize

ParameterType Enumeration

A list of parameter types that are supported in the ParameterContainer.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public enum ParameterType
Members
Member nameValueDescription
Unknown0 
Object1 
String2 
Boolean3 
Byte4 
Integer5 
Vector2I6 
RectangleI7 
RangeI8 
Vector3I9 
Vector4I10 
Float11 
Radian12 
Degree13 
Vector214 
Range15 
SphericalDirection16 
Vector317 
Angles18 
Vector419 
ColorValue20 
Rectangle21 
Quaternion22 
Bounds23 
Box24 
Capsule25 
Cone26 
Line27 
Plane28 
Ray29 
Matrix2x230 
Matrix3x331 
Matrix4x432 
Texture2D33 
Texture3D34 
TextureCube35 
See Also