Click or drag to resize

SceneServiceSendDeleteMessageForAllT Method (UInt16, ListT)

Delete all persisted state for the specified class in the current scene Note: Our message queue will automagically pack messages up in batches to optimize network traffic

Namespace:  ImmerseSDK
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax
C#
public void SendDeleteMessageForAll<T>(
	ushort messageType,
	List<T> components
)
where T : IndexedMonoBehaviour

Parameters

messageType
Type: SystemUInt16
components
Type: System.Collections.GenericListT

Type Parameters

T
See Also