WriteOnlyAttribute
Marks a member of a struct used in a job as write-only.
Read time 3 minutesLast updated 5 days ago
Definition
- Type: Class
- Namespace: Unity.Collections
- Assembly: UnityEngine.CoreModule
- Inherits from: Attribute
[AttributeUsage(AttributeTargets.Field|AttributeTargets.Parameter|AttributeTargets.ReturnValue)]public sealed class WriteOnlyAttribute : Attribute