RMLClassTokenList
Summary
Remarks
Danger
All calls made within this class MUST be performed on the Master Thread. See Threads.RunLater on how to safely call this from an asynchronous thread. Failure to comply with this can cause catastrophical failures as the engine is not designed for this.
Definition
Namespace: SDT4.Managed.UI.RML
Assembly: SDT4.Managed.UI.dll
sealed class RMLClassTokenList
Inheritance:
Object ➔ RMLClassTokenList
Implements:
Fields
| Name | Type | Description |
|---|---|---|
Properties
| Name | Type | Description |
|---|---|---|
Methods
public Void Toggle(String className)
Parameters:
className(String):
public Void Toggle(String className, Boolean enable)
Parameters:
public Void Remove(String className, String[] rest)
Parameters:
public Void Remove(IEnumerable<String> list)
Parameters:
list(IEnumerable<String>):
public Void Add(String className, String[] rest)
Parameters:
public Void Add(IEnumerable<String> list)
Parameters:
list(IEnumerable<String>):
public Void Replace(String oldName, String newName)
Parameters:
public Boolean Contains(String className)
Parameters:
className(String):
Returns: