Class Rocket
The FUSEE Rocket
Inheritance
System.Object
    Rocket
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: Fusee.Engine.Core.Primitives
Assembly: Fusee.Engine.Core.dll
Syntax
public class Rocket
  Methods
Build()
Builds the whole FUSEE rocket and returns it as a SceneContainer
Declaration
public static SceneContainer Build()
  Returns
| Type | Description | 
|---|---|
| SceneContainer | 
MeshGreen()
Returns the Mesh for the green part of the FUSEE rocket
Declaration
public static Mesh MeshGreen()
  Returns
| Type | Description | 
|---|---|
| Mesh | 
MeshGrey()
Returns the Mesh for the grey part of the FUSEE rocket
Declaration
public static Mesh MeshGrey()
  Returns
| Type | Description | 
|---|---|
| Mesh | 
MeshWhite()
Returns the Mesh for the white part of the FUSEE rocket
Declaration
public static Mesh MeshWhite()
  Returns
| Type | Description | 
|---|---|
| Mesh | 
ShaderGreen()
Returns the ShaderEffect for the green part of the FUSEE rocket
Declaration
public static SurfaceEffect ShaderGreen()
  Returns
| Type | Description | 
|---|---|
| SurfaceEffect | 
ShaderGrey()
Returns the ShaderEffect for the grey part of the FUSEE rocket
Declaration
public static SurfaceEffect ShaderGrey()
  Returns
| Type | Description | 
|---|---|
| SurfaceEffect | 
ShaderWhite()
Returns the ShaderEffect for the white part of the FUSEE rocket
Declaration
public static SurfaceEffect ShaderWhite()
  Returns
| Type | Description | 
|---|---|
| SurfaceEffect | 
TransformGreen()
Returns the Transform for the green part of the FUSEE rocket
Declaration
public static Transform TransformGreen()
  Returns
| Type | Description | 
|---|---|
| Transform | 
TransformGrey()
Returns the Transform for the grey part of the FUSEE rocket
Declaration
public static Transform TransformGrey()
  Returns
| Type | Description | 
|---|---|
| Transform | 
TransformWhite()
Returns the Transform for the white part of the FUSEE rocket
Declaration
public static Transform TransformWhite()
  Returns
| Type | Description | 
|---|---|
| Transform |