Version: Unity 6 (6000.0)
LanguageEnglish
  • C#

NativeFixedLengthAttribute

class in Unity.Collections

/

Implemented in:UnityEngine.CoreModule

Description

Indicates that a native container has a size that will never change.

Properties

Description
FixedLengthRepresents the fixed number of elements in a native container.

Constructors

Description
NativeFixedLengthAttributeInitializes and returns an instance of NativeFixedLengthAttribute.