IMyCameraBlock Methods |
[This is preliminary documentation and is subject to change.]
The IMyCameraBlock type exposes the following members.
Name | Description | |
---|---|---|
CanScan(Double) |
Checks if the camera can scan the given distance.
| |
CanScan(Vector3D) |
Checks if the camera can scan to the given target
| |
CanScan(Double, Vector3D) |
Checks if the camera can scan to the given direction and distance.
| |
GetActions | (Inherited from IMyTerminalBlock.) | |
GetActionWithName | (Inherited from IMyTerminalBlock.) | |
GetInventory | (Inherited from IMyEntity.) | |
GetInventory(Int32) | (Inherited from IMyEntity.) | |
GetOwnerFactionTag | (Inherited from IMyCubeBlock.) | |
GetPlayerRelationToOwner | Obsolete. (Inherited from IMyCubeBlock.) | |
GetPosition | (Inherited from IMyEntity.) | |
GetProperties | (Inherited from IMyTerminalBlock.) | |
GetProperty | (Inherited from IMyTerminalBlock.) | |
GetUserRelationToOwner | (Inherited from IMyCubeBlock.) | |
HasLocalPlayerAccess | (Inherited from IMyTerminalBlock.) | |
HasPlayerAccess | (Inherited from IMyTerminalBlock.) | |
Raycast(Vector3D) |
Does a raycast to the given point.
Will return an empty struct if distance or angle are out of bounds.
| |
Raycast(Double, Vector3D) |
Does a raycast in the given direction.
Will return an empty struct if distance or angle are out of bounds.
| |
Raycast(Double, Single, Single) |
Does a raycast in the direction the camera is facing. Pitch and Yaw are in degrees.
Will return an empty struct if distance or angle are out of bounds.
| |
RequestEnable | Obsolete. (Inherited from IMyFunctionalBlock.) | |
SearchActionsOfName | (Inherited from IMyTerminalBlock.) | |
SetCustomName(String) | Obsolete. (Inherited from IMyTerminalBlock.) | |
SetCustomName(StringBuilder) | Obsolete. (Inherited from IMyTerminalBlock.) | |
TimeUntilScan |
Returns the number of milliseconds until the camera can do a raycast of the given distance.
| |
UpdateIsWorking | Obsolete. (Inherited from IMyCubeBlock.) | |
UpdateVisual | Obsolete. (Inherited from IMyCubeBlock.) |