Table of Contents

Class Presets

Namespace
Crux.Core
Assembly
Crux.dll
public static class Presets
Inheritance
Presets
Inherited Members

Methods

MakeColliderObject(string, List<string>)

public static GameObject MakeColliderObject(string model, List<string> textures)

Parameters

model string
textures List<string>

Returns

GameObject

MakeColliderObject(string, string)

public static GameObject MakeColliderObject(string model, string texture)

Parameters

model string
texture string

Returns

GameObject

MakeObject(string, List<string>)

public static GameObject MakeObject(string model, List<string> textures)

Parameters

model string
textures List<string>

Returns

GameObject

MakeObject(string, string)

public static GameObject MakeObject(string model, string texture)

Parameters

model string
texture string

Returns

GameObject

MakePhysicsPrimitive(Primitives, string)

public static GameObject MakePhysicsPrimitive(Primitives model, string texture)

Parameters

model Primitives
texture string

Returns

GameObject

MakePrimitive(Primitives, string)

public static GameObject MakePrimitive(Primitives model, string texture)

Parameters

model Primitives
texture string

Returns

GameObject