Class ParticleSupportInfo
Namespace: ValveResourceFormat.Renderer.Particles
Assembly: Renderer.dll
Provides information about which particle function classes are supported by the renderer.
csharp
public static class ParticleSupportInfoInheritance
Methods
IsEmitterSupported(string)
Checks whether the given Source 2 class name is a supported emitter.
csharp
public static bool IsEmitterSupported(string name)Parameters
name string
Returns
IsForceGeneratorSupported(string)
Checks whether the given Source 2 class name is a supported force generator.
csharp
public static bool IsForceGeneratorSupported(string name)Parameters
name string
Returns
IsInitializerSupported(string)
Checks whether the given Source 2 class name is a supported initializer.
csharp
public static bool IsInitializerSupported(string name)Parameters
name string
Returns
IsOperatorSupported(string)
Checks whether the given Source 2 class name is a supported operator.
csharp
public static bool IsOperatorSupported(string name)Parameters
name string
Returns
IsPreEmissionOperatorSupported(string)
Checks whether the given Source 2 class name is a supported pre-emission operator.
csharp
public static bool IsPreEmissionOperatorSupported(string name)Parameters
name string
Returns
IsRendererSupported(string)
Checks whether the given Source 2 class name is a supported renderer.
csharp
public static bool IsRendererSupported(string name)Parameters
name string

