コード例 #1
0
        /// <summary>
        ///     Attaches the player's camera to this <see cref="PlayerObject" />.
        /// </summary>
        /// <remarks>
        ///     This will attach the camera of the player whose object this is to this object.
        /// </remarks>
        public virtual void AttachCameraToObject()
        {
            AssertNotDisposed();

            Internal.AttachCameraToPlayerObject(Owner.Id, Id);
        }