SandboxSystemExtensionsclass

objectSandboxSystemExtensions
Namespace
global
Assembly
Sandbox.Engine
Declaration
public static abstract sealed class SandboxSystemExtensions

Methods2

Showing 2 methods

public static bool HasRenderMeshes(Sandbox.Model model)PUBLICSTATIC

Returns false if model has no valid render meshes, or is null.

ParameterTypeDescription
modelModel
Returns:bool

public static bool IsPackage(System.Reflection.Assembly assembly)PUBLICSTATIC

ParameterTypeDescription
assemblyAssembly
Returns:bool

On this page