|
VRC SDK
This project aims to completely document the VRChat Unity SDK
|
This is the complete list of members for VRC.SDKBase.Validation.ValidationUtils, including all inherited members.
| AddDerivedClasses(HashSet< Type > whitelist) | VRC.SDKBase.Validation.ValidationUtils | privatestatic |
| FindIllegalComponents(GameObject target, HashSet< Type > whitelist, bool excludeEditorOnly=false) | VRC.SDKBase.Validation.ValidationUtils | static |
| FindIllegalShaders(GameObject target, string[] whitelist) | VRC.SDKBase.Validation.ValidationUtils | static |
| FindIllegalShadersEnumerator(GameObject target, string[] whitelist, Action< Shader > onFound, bool useWatch=false) | VRC.SDKBase.Validation.ValidationUtils | privatestatic |
| GetCachedWhitelistedTypes(string whitelistName, out HashSet< Type > whitelist) | VRC.SDKBase.Validation.ValidationUtils | static |
| GetComponentsInChildrenExcludingEditorOnly(this GameObject target, Type type, bool includeInactive) | VRC.SDKBase.Validation.ValidationUtils | static |
| GetComponentsInChildrenExcludingEditorOnly< T >(this GameObject target, bool includeInactive) | VRC.SDKBase.Validation.ValidationUtils | static |
| IsEditorOnly(Component component) | VRC.SDKBase.Validation.ValidationUtils | privatestatic |
| IsIllegalComponent(Component component, HashSet< Type > whitelist, bool excludeEditorOnly=false) | VRC.SDKBase.Validation.ValidationUtils | privatestatic |
| RemoveComponent(Component comp, bool allowRemovingAssets=true) | VRC.SDKBase.Validation.ValidationUtils | static |
| RemoveComponentsOfType< T >(GameObject target, bool allowRemovingAssets=true) | VRC.SDKBase.Validation.ValidationUtils | static |
| RemoveDependencies(Component rootComponent, bool allowRemovingAssets=true) | VRC.SDKBase.Validation.ValidationUtils | privatestatic |
| RemoveIllegalComponents(GameObject target, HashSet< Type > whitelist, bool retry=true, bool onlySceneObjects=false, bool logStripping=true, bool excludeEditorOnly=false, bool allowRemovingAssets=true) | VRC.SDKBase.Validation.ValidationUtils | static |
| WhitelistedTypes(string whitelistName, IEnumerable< string > componentTypeWhitelist) | VRC.SDKBase.Validation.ValidationUtils | static |
| WhitelistedTypes(string whitelistName, IEnumerable< Type > componentTypeWhitelist) | VRC.SDKBase.Validation.ValidationUtils | static |