Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

NativeFixedLengthAttribute Constructor

Declaration

public NativeFixedLengthAttribute(int fixedLength);

Parameters

fixedLength The fixed number of elements in the native container.

Description

Initializes and returns an instance of NativeFixedLengthAttribute.