Api Sandbox ActionGraphExposeWhenCachedAttribute
class

ActionGraphExposeWhenCachedAttribute

public sealed class ActionGraphExposeWhenCachedAttribute : Attribute

Don't cache instances of this type when serializing action graph references, force them to be always serialized separately. We need this for component / game object references so we can update IDs when duplicating objects / instantiating prefabs.

Constructors

ActionGraphExposeWhenCachedAttribute()
Assembly: Sandbox.System Namespace: Sandbox Full Name: Sandbox.ActionGraphExposeWhenCachedAttribute