Interface IMyCameraBlock
Describes Camera block (mods interface)
Inherited Members
Namespace: Sandbox.ModAPI
Assembly: Sandbox.Common.dll
Syntax
public interface IMyCameraBlock : IMyFunctionalBlock, IMyTerminalBlock, IMyCubeBlock, IMyEntity, IMyCameraBlock, IMyFunctionalBlock, IMyTerminalBlock, IMyCubeBlock, IMyEntity, IMyCameraController
Properties
IsActiveLocal
Gets whether this camera is in use locally by the current player. To determine if any player is controlling the camera, instead use IsActive.
Declaration
bool IsActiveLocal { get; }
Property Value
Type | Description |
---|---|
System.Boolean |