Class MyObjectBuilder_BasicMissionFollowPlayer
  
  
  
  
    Inheritance
    System.Object
    
    
    MyObjectBuilder_BasicMissionFollowPlayer
   
  
  
  Assembly: SpaceEngineers.ObjectBuilders.dll
  Syntax
  
    [MyObjectBuilderDefinition]
public class MyObjectBuilder_BasicMissionFollowPlayer : MyObjectBuilder_ComponentBase
   
  Constructors
  
  
  
  
  MyObjectBuilder_BasicMissionFollowPlayer()
  
  
  Declaration
  
    public MyObjectBuilder_BasicMissionFollowPlayer()
   
  Fields
  
  
  
  FollowDistance
  
  
  Declaration
  
    public float FollowDistance
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Single |  | 
    
  
  
  
  FollowedPlayerIdentityId
  
  
  Declaration
  
    public long FollowedPlayerIdentityId
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int64 |  | 
    
  
  
  
  IsFollowing
  
  
  Declaration
  
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  Extension Methods