Class NativeFixedLengthAttribute
Inheritance
NativeFixedLengthAttribute
Assembly: UnityEngine.dll
Syntax
[AttributeUsage(AttributeTargets.Field)]
public sealed class NativeFixedLengthAttribute : Attribute, _Attribute
Constructors
|
Improve this Doc
View Source
NativeFixedLengthAttribute(Int32)
Declaration
public NativeFixedLengthAttribute(int fixedLength)
Parameters
Type |
Name |
Description |
Int32 |
fixedLength |
|
Fields
|
Improve this Doc
View Source
FixedLength
Declaration
Field Value
Implements
Extension Methods