Version: Unity 6 (6000.0)
LanguageEnglish
  • C#

NativeFixedLengthAttribute Constructor

Declaration

public NativeFixedLengthAttribute(int fixedLength);

Parameters

Description
fixedLength The fixed number of elements in the native container.

Description

Initializes and returns an instance of NativeFixedLengthAttribute.