Table of Contents

Class FVRFireArmAttachmentMount

Namespace
FistVR
Assembly
Assembly-CSharp.dll
public class FVRFireArmAttachmentMount : MonoBehaviour
Inheritance
FVRFireArmAttachmentMount

Constructors

FVRFireArmAttachmentMount()

public FVRFireArmAttachmentMount()

Fields

AttachmentsList

public List<FVRFireArmAttachment> AttachmentsList

Field Value

List<FVRFireArmAttachment>

DisableOnHover

public GameObject DisableOnHover

Field Value

GameObject

EnableOnHover

public GameObject EnableOnHover

Field Value

GameObject

HasHoverDisablePiece

public bool HasHoverDisablePiece

Field Value

bool

HasHoverEnablePiece

public bool HasHoverEnablePiece

Field Value

bool

MyObject

public FVRPhysicalObject MyObject

Field Value

FVRPhysicalObject

Parent

public FVRPhysicalObject Parent

Field Value

FVRPhysicalObject

ParentToThis

public bool ParentToThis

Field Value

bool

Point_Front

public Transform Point_Front

Field Value

Transform

Point_Rear

public Transform Point_Rear

Field Value

Transform

ScaleModifier

public float ScaleModifier

Field Value

float

SubMounts

public List<FVRFireArmAttachmentMount> SubMounts

Field Value

List<FVRFireArmAttachmentMount>

Type

public FVRFireArmAttachementMountType Type

Field Value

FVRFireArmAttachementMountType

Methods

AmIOnAnAttachableFirearm(ref AttachableFirearm)

public bool AmIOnAnAttachableFirearm(ref AttachableFirearm af)

Parameters

af AttachableFirearm

Returns

bool

BeginHover()

public void BeginHover()

CanThisRescale()

public bool CanThisRescale()

Returns

bool

CheckStatus()

public void CheckStatus()

DeRegisterAttachment(FVRFireArmAttachment)

public void DeRegisterAttachment(FVRFireArmAttachment attachment)

Parameters

attachment FVRFireArmAttachment

EndHover()

public void EndHover()

GetRootMount()

public FVRFireArmAttachmentMount GetRootMount()

Returns

FVRFireArmAttachmentMount

HasAttachmentsOnIt()

public bool HasAttachmentsOnIt()

Returns

bool

RegisterAttachment(FVRFireArmAttachment)

public void RegisterAttachment(FVRFireArmAttachment attachment)

Parameters

attachment FVRFireArmAttachment

isMountableOn(FVRFireArmAttachment)

public bool isMountableOn(FVRFireArmAttachment possibleAttachment)

Parameters

possibleAttachment FVRFireArmAttachment

Returns

bool