Class ParticleSupportInfo
Namespace: ValveResourceFormat.Particles
Assembly: ValveResourceFormat.dll
Reports which particle function classes the simulation implements. Renderer classes are answered separately by whatever draws the system.
csharp
public static class ParticleSupportInfoInheritance
Methods
IsConstraintSupported(string)
Checks whether the given Source 2 class name is a supported constraint.
csharp
public static bool IsConstraintSupported(string name)Parameters
name string
Returns
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

